diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2013-03-26 09:24:15 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2013-03-26 09:24:15 (GMT) |
| commit | 0791f5b0f8c64252c3288d4612655370770dbc2c (patch) | |
| tree | a3c43eea033b9a9b30708646377705ef2956bd84 /src/cat/TPTScriptInterface.h | |
| parent | 010f7790ebc72baf1fa3c99dfaeb8b69cdd3a0cb (diff) | |
| download | powder-0791f5b0f8c64252c3288d4612655370770dbc2c.zip powder-0791f5b0f8c64252c3288d4612655370770dbc2c.tar.gz | |
TPTScriptInterface: Ability to read hexadecimal constants
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 3cb0b5f..dea284e 100644 --- a/src/cat/TPTScriptInterface.h +++ b/src/cat/TPTScriptInterface.h @@ -7,6 +7,7 @@ class TPTScriptInterface: public CommandInterface { protected: AnyType eval(std::deque<std::string> * words); + int parseNumber(char * stringData); AnyType tptS_set(std::deque<std::string> * words); AnyType tptS_create(std::deque<std::string> * words); AnyType tptS_delete(std::deque<std::string> * words); |
