1 #ifndef BINDING_GLOBAL_CONSTANTS_H
2 #define BINDING_GLOBAL_CONSTANTS_H
4 #include <luabind/luabind.hpp>
5 #include <lua_inclues/lua.hpp>
10 static void bindToLua(lua_State *L);
13 #endif // BINDING_GLOBAL_CONSTANTS_H
Definition: lua_global_constants.h:7