|
Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
|
#include "shared/utilities/config.hpp"#include "shared/utilities/root_path.hpp"#include <nlohmann/json.hpp>#include <iostream>#include <fstream>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.