1 #include <Engine/Flow/StateManager.hpp> 2 #include <Engine/Graphics/Ncurses.hpp> 3 #include <Engine/Helpers/Utils.hpp> 4 #include <Engine/EngineGlobals.hpp> 5 #include <Config/Globals.hpp> 6 #include <Config/Arguments.hpp> 7 #include <States/GameStateMainMenu.hpp> 9 int main(
int argc,
char *argv[])
14 EngineGlobals::init();
17 Arguments::parse(argc, argv);
20 Utils::Random::seed();
void saveFile()
Loads global variables to the default file.
void loadFile()
Loads global variables from the default file.
void init()
Initializes global variables with default values.
void warnErrors()
Warns the user about any errors and warnings found during the program's execution.