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.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/scripting/luascript.hpp b/src/scripting/luascript.hpp
index 25fc997a..315c759f 100644
--- a/src/scripting/luascript.hpp
+++ b/src/scripting/luascript.hpp
@@ -67,6 +67,11 @@ class LuaScript: public Script
void processRemoveEvent(Thing* thing);
+ /**
+ * Loads the global event script file
+ */
+ static bool load_global_event_script(const std::string &file);
+
private:
lua_State *mState;