Cytopia  0.3
A city building simulation game
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Settings.hxx File Reference
#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 >
 

Typedef Documentation

◆ FilePath

using FilePath = StrongType<string, struct FilePathTag>

Definition at line 16 of file Settings.hxx.

◆ json

using json = nlohmann::json

Definition at line 12 of file Settings.hxx.

◆ ScreenDimension

Definition at line 15 of file Settings.hxx.