PGE Engine
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
luaclass_level_playerposdetector.h
1 #ifndef BINDING_LEVEL_CLASS_PLAYERPOSDETECTOR_H
2 #define BINDING_LEVEL_CLASS_PLAYERPOSDETECTOR_H
3 
4 #include <luabind/luabind.hpp>
5 #include <lua_inclues/lua.hpp>
7 {
8 public:
9  static luabind::scope bindToLua();
10 };
11 
12 #endif // BINDING_LEVEL_CLASS_PLAYERPOSDETECTOR_H
Definition: luaclass_level_playerposdetector.h:6