summaryrefslogtreecommitdiff
path: root/src/cat/TPTScriptInterface.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-09-01 17:13:13 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-09-01 17:13:13 (GMT)
commitba55da77a9dd2ed4fd7ce87adb2fc6622d130238 (patch)
tree47df5e24377886ad55095694fa39d01529db7fe4 /src/cat/TPTScriptInterface.h
parent618e29d5d487a2215628b5cf70ccc72462878201 (diff)
downloadpowder-ba55da77a9dd2ed4fd7ce87adb2fc6622d130238.zip
powder-ba55da77a9dd2ed4fd7ce87adb2fc6622d130238.tar.gz
!load command for old console
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 d451a6c..ba37fcd 100644
--- a/src/cat/TPTScriptInterface.h
+++ b/src/cat/TPTScriptInterface.h
@@ -22,7 +22,7 @@ protected:
AnyType tptS_bubble(std::deque<std::string> * words);
ValueType testType(std::string word);
public:
- TPTScriptInterface(GameModel * m);
+ TPTScriptInterface(GameController * c, GameModel * m);
virtual void Tick() {}
virtual int Command(std::string command);
virtual std::string FormatCommand(std::string command);