summaryrefslogtreecommitdiff
path: root/src/scripting/luascript.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripting/luascript.hpp')
-rw-r--r--src/scripting/luascript.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scripting/luascript.hpp b/src/scripting/luascript.hpp
index 9f1097f7..d4dc116e 100644
--- a/src/scripting/luascript.hpp
+++ b/src/scripting/luascript.hpp
@@ -65,6 +65,8 @@ class LuaScript: public Script
void processDeathEvent(Being* thing);
+ void processRemoveEvent(Thing* thing);
+
private:
lua_State *mState;