summaryrefslogtreecommitdiff
path: root/src/cat/TPTScriptInterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cat/TPTScriptInterface.h')
-rw-r--r--src/cat/TPTScriptInterface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cat/TPTScriptInterface.h b/src/cat/TPTScriptInterface.h
index c1a61de..7cf66c0 100644
--- a/src/cat/TPTScriptInterface.h
+++ b/src/cat/TPTScriptInterface.h
@@ -17,7 +17,7 @@ protected:
AnyType tptS_set(std::deque<std::string> * words);
ValueType testType(std::string word);
public:
- TPTScriptInterface();
+ TPTScriptInterface(GameModel * m);
virtual void Tick() {}
virtual int Command(std::string command);
virtual std::string FormatCommand(std::string command);