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, 0 insertions, 6 deletions
diff --git a/NorthstarDLL/printcommand.h b/NorthstarDLL/printcommand.h
deleted file mode 100644
index 6c3ef850..00000000
--- a/NorthstarDLL/printcommand.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#pragma once
-#include "concommand.h"
-
-void PrintCommandHelpDialogue(const ConCommandBase* command, const char* name);
-void TryPrintCvarHelpForCommand(const char* pCommand);
-void InitialiseCommandPrint();