summary refs log tree commit diff stats
path: root/src/script_system.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/script_system.h')
-rw-r--r--src/script_system.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script_system.h b/src/script_system.h index 9c901b7..686415c 100644 --- a/src/script_system.h +++ b/src/script_system.h
@@ -20,6 +20,8 @@ public:
20 20
21 void runScript(std::string mapName, std::string scriptName); 21 void runScript(std::string mapName, std::string scriptName);
22 22
23 void runDebugScript(std::string script);
24
23private: 25private:
24 26
25 Game& game_; 27 Game& game_;