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

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.