diff options
Diffstat (limited to 'NorthstarDedicatedTest/commandprint.h')
-rw-r--r-- | NorthstarDedicatedTest/commandprint.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/commandprint.h b/NorthstarDedicatedTest/commandprint.h new file mode 100644 index 00000000..803cccc4 --- /dev/null +++ b/NorthstarDedicatedTest/commandprint.h @@ -0,0 +1,6 @@ +#pragma once +#include "concommand.h" + +void PrintCommandHelpDialogue(const ConCommandBase* command, const char* name); +void TryPrintCvarHelpForCommand(const char* pCommand); +void InitialiseCommandPrint();
\ No newline at end of file |