diff options
Diffstat (limited to 'NorthstarDLL/engine/r2engine.h')
-rw-r--r-- | NorthstarDLL/engine/r2engine.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDLL/engine/r2engine.h b/NorthstarDLL/engine/r2engine.h index a7ed62a3..bc242201 100644 --- a/NorthstarDLL/engine/r2engine.h +++ b/NorthstarDLL/engine/r2engine.h @@ -59,6 +59,8 @@ namespace R2 typedef void (*Cbuf_ExecuteType)(); extern Cbuf_ExecuteType Cbuf_Execute; + extern bool (*CCommand__Tokenize)(CCommand& self, const char* pCommandString, R2::cmd_source_t commandSource); + // CEngine enum EngineQuitState |