Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
Loading...
Searching...
No Matches
Data Structures | Functions
config.hpp File Reference
#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...
 

Function Documentation

◆ getDefaultConfig()

GameConfig getDefaultConfig ( )

Generates a GameConfig with default values. Note: Not using a constructor as then aggregate initialization will not be possible for GameConfig structs.