6 lines
No EOL
263 B
C++
6 lines
No EOL
263 B
C++
#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
|