diff options
Diffstat (limited to 'src/cat/TPTScriptInterface.h')
| -rw-r--r-- | src/cat/TPTScriptInterface.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cat/TPTScriptInterface.h b/src/cat/TPTScriptInterface.h index 7cf66c0..1727eec 100644 --- a/src/cat/TPTScriptInterface.h +++ b/src/cat/TPTScriptInterface.h @@ -15,6 +15,9 @@ class TPTScriptInterface: public CommandInterface { protected: AnyType eval(std::deque<std::string> * words); AnyType tptS_set(std::deque<std::string> * words); + AnyType tptS_create(std::deque<std::string> * words); + AnyType tptS_delete(std::deque<std::string> * words); + AnyType tptS_load(std::deque<std::string> * words); ValueType testType(std::string word); public: TPTScriptInterface(GameModel * m); |
