PGE Engine
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
lua_defines.h
1 #ifndef LUA_DEFINES_H
2 #define LUA_DEFINES_H
3 
4 #include "../version.h"
5 
6 #define GAME_ENGINE "PGE_Engine"
7 
8 #endif // LUA_DEFINES_H
9