summaryrefslogtreecommitdiff
path: root/src/cat/TPTScriptInterface.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-04 00:24:21 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-04 00:24:21 (GMT)
commit2527380224e0e541a7986e42a5baf62a983f5477 (patch)
tree1ef36c3c7dc6178db97e96f1b6d651eafe6bc67e /src/cat/TPTScriptInterface.h
parent61739018759847c4d356a7596926652856030306 (diff)
downloadpowder-2527380224e0e541a7986e42a5baf62a983f5477.zip
powder-2527380224e0e541a7986e42a5baf62a983f5477.tar.gz
Implement more of the old console
Diffstat (limited to 'src/cat/TPTScriptInterface.h')
-rw-r--r--src/cat/TPTScriptInterface.h3
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);