1 #ifndef CONTACTDETECTOR_H
2 #define CONTACTDETECTOR_H
4 #include "lvl_base_detector.h"
6 #include <script/lua_global.h>
8 #include <luabind/luabind.hpp>
9 #include <lua_inclues/lua.hpp>
17 void processDetector();
20 luabind::object getBlocks(lua_State *L);
21 luabind::object getBGOs(lua_State *L);
22 luabind::object getNPCs(lua_State *L);
23 luabind::object getPlayers(lua_State *L);
26 #endif // CONTACTDETECTOR_H
Definition: lvl_base_detector.h:23