Added Scene Loading and Program Settings
This commit is contained in:
parent
881e6c70f2
commit
1bad863c5b
13 changed files with 91 additions and 43 deletions
6
define.hpp
Normal file
6
define.hpp
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue