|
Cytopia
0.3
A city building simulation game
|
#include <string>#include <cstddef>#include "../../util/Singleton.hxx"#include "../../util/Meta.hxx"#include <json.hxx>
Include dependency graph for Settings.hxx:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | SettingsData |
| class | Settings |
| the settings of the client More... | |
Typedefs | |
| using | json = nlohmann::json |
| using | ScreenDimension = int |
| using | FilePath = StrongType< string, struct FilePathTag > |
| using FilePath = StrongType<string, struct FilePathTag> |
Definition at line 16 of file Settings.hxx.
| using json = nlohmann::json |
Definition at line 12 of file Settings.hxx.
| using ScreenDimension = int |
Definition at line 15 of file Settings.hxx.