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