diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-02-12 12:53:11 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-02-12 12:53:11 (GMT) |
| commit | ec6d1012b263049241984dfc96fae37f4280e7eb (patch) | |
| tree | ccd5196e7cb207dba032838dfb783dc438030f4c /src/cat/TPTScriptInterface.h | |
| parent | d604fac18f611685f90c724ee84a7bc6c63da309 (diff) | |
| download | powder-ec6d1012b263049241984dfc96fae37f4280e7eb.zip powder-ec6d1012b263049241984dfc96fae37f4280e7eb.tar.gz | |
Somewhat working lua console, no element function overrides, no keyboard, mouse or tick events
Diffstat (limited to 'src/cat/TPTScriptInterface.h')
| -rw-r--r-- | src/cat/TPTScriptInterface.h | 2 |
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); |
