diff options
| author | jacob1 <jfu614@gmail.com> | 2012-10-20 20:02:42 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-10-26 14:15:52 (GMT) |
| commit | 3ad7cf4539ee1e4cd7b700200722cfd39c9006bc (patch) | |
| tree | f53a2c6a5d69ef139eaefe647031e3010c1150a3 /src/cat/TPTScriptInterface.h | |
| parent | 5ef6bd8507becc26c72dbb4d3acb89c68a7c865a (diff) | |
| download | powder-3ad7cf4539ee1e4cd7b700200722cfd39c9006bc.zip powder-3ad7cf4539ee1e4cd7b700200722cfd39c9006bc.tar.gz | |
!quit function
Diffstat (limited to 'src/cat/TPTScriptInterface.h')
| -rw-r--r-- | src/cat/TPTScriptInterface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cat/TPTScriptInterface.h b/src/cat/TPTScriptInterface.h index ba37fcd..12240fa 100644 --- a/src/cat/TPTScriptInterface.h +++ b/src/cat/TPTScriptInterface.h @@ -20,6 +20,7 @@ protected: AnyType tptS_load(std::deque<std::string> * words); AnyType tptS_reset(std::deque<std::string> * words); AnyType tptS_bubble(std::deque<std::string> * words); + AnyType tptS_quit(std::deque<std::string> * words); ValueType testType(std::string word); public: TPTScriptInterface(GameController * c, GameModel * m); |
