diff options
Diffstat (limited to 'NorthstarDLL/core')
-rw-r--r-- | NorthstarDLL/core/convar/concommand.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NorthstarDLL/core/convar/concommand.cpp b/NorthstarDLL/core/convar/concommand.cpp index 02c9e50f..094fa813 100644 --- a/NorthstarDLL/core/convar/concommand.cpp +++ b/NorthstarDLL/core/convar/concommand.cpp @@ -1,9 +1,12 @@ #include "pch.h" #include "concommand.h" #include "shared/misccommands.h" +#include "engine/r2engine.h" #include <iostream> +bool (*CCommand__Tokenize)(CCommand& self, const char* pCommandString, R2::cmd_source_t commandSource); + //----------------------------------------------------------------------------- // Purpose: Returns true if this is a command // Output : bool |