1 #ifndef LUACLASS_CORE_LVL_PLAYER_H
2 #define LUACLASS_CORE_LVL_PLAYER_H
4 #include <scenes/level/lvl_player.h>
6 #include <luabind/luabind.hpp>
7 #include <lua_inclues/lua.hpp>
15 virtual void lua_onLoop();
16 static void def_lua_onLoop(
LVL_Player* base) { base->LVL_Player::lua_onLoop(); }
18 static luabind::scope bindToLua();
20 luabind::detail::wrap_access mself;
23 #endif // LUACLASS_CORE_LVL_PLAYER_H
Definition: lvl_player.h:39
Definition: luaclass_level_lvl_player.h:9