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