Physics-Simulator
v1.4.0-beta.2
|
This class will hold all of the values and functions related to the config file. More...
#include "source/config.h"
Public Member Functions | |
clsConfig () | |
void | Check (void) |
Public Attributes | |
Configures | values |
This class will hold all of the values and functions related to the config file.
clsConfig::clsConfig | ( | ) |
The default constructor, will set the config values as follows
void clsConfig::Check | ( | void | ) |
This is the basic method used to call on the config. It first checks if there is already a config file (if not makes a new one) if there is an existing config file it will then check its version number and load its values or make a new one depending on the return of clsConfig::versionCheck
Configures clsConfig::values |
The config values