AsloEngine/define.hpp
2019-08-29 20:18:48 +02:00

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