|
Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
|
#include <nlohmann/json.hpp>#include <string>Go to the source code of this file.
Data Structures | |
| struct | GameConfig |
Functions | |
| GameConfig | getDefaultConfig () |
| Generates a GameConfig with default values. Note: Not using a constructor as then aggregate initialization will not be possible for GameConfig structs. More... | |
| GameConfig getDefaultConfig | ( | ) |
Generates a GameConfig with default values. Note: Not using a constructor as then aggregate initialization will not be possible for GameConfig structs.