diff options
Diffstat (limited to 'NorthstarDedicatedTest/printcommand.h')
-rw-r--r-- | NorthstarDedicatedTest/printcommand.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/NorthstarDedicatedTest/printcommand.h b/NorthstarDedicatedTest/printcommand.h new file mode 100644 index 00000000..6c3ef850 --- /dev/null +++ b/NorthstarDedicatedTest/printcommand.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(); |