Added Scene Loading and Program Settings

This commit is contained in:
Aslan2142 2019-08-29 20:18:48 +02:00
parent 881e6c70f2
commit 1bad863c5b
13 changed files with 91 additions and 43 deletions

6
define.hpp Normal file
View file

@ -0,0 +1,6 @@
#define PROGRAM_NAME "AsloEngine Test"
#define PROGRAM_VERSION "0.9.1"
#define PROGRAM_INFO (std::string)PROGRAM_NAME + " v" + PROGRAM_VERSION
#define PROGRAM_BUILD 0
#define PROGRAM_CREATOR "Unknown"
#define DEBUG // Comment this out to disable Engine Debug Mode