diff options
Diffstat (limited to 'src/client/callbackhandeler.hpp')
| -rw-r--r-- | src/client/callbackhandeler.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/callbackhandeler.hpp b/src/client/callbackhandeler.hpp index 3d4894f..0728b29 100644 --- a/src/client/callbackhandeler.hpp +++ b/src/client/callbackhandeler.hpp @@ -20,4 +20,7 @@ public: GlobalEventReceiver(IrrlichtDevice* d); bool OnEvent(const irr::SEvent& e); }; + +int errfunc(lua_State *L); +void pusherrorfunc(lua_State *L); //GlobalEventReceiver::GlobalEventReceiver(IrrlichtDevice* d); |
