diff options
Diffstat (limited to 'NorthstarDLL/util/printcommands.h')
-rw-r--r-- | NorthstarDLL/util/printcommands.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/NorthstarDLL/util/printcommands.h b/NorthstarDLL/util/printcommands.h new file mode 100644 index 00000000..cb72e5cc --- /dev/null +++ b/NorthstarDLL/util/printcommands.h @@ -0,0 +1,6 @@ +#pragma once +#include "core/convar/concommand.h" + +void PrintCommandHelpDialogue(const ConCommandBase* command, const char* name); +void TryPrintCvarHelpForCommand(const char* pCommand); +void InitialiseCommandPrint(); |