diff --git a/NorthstarDLL/util/printcommands.cpp b/NorthstarDLL/util/printcommands.cpp index 3accd37fa..ce71cd97e 100644 --- a/NorthstarDLL/util/printcommands.cpp +++ b/NorthstarDLL/util/printcommands.cpp @@ -11,6 +11,7 @@ std::vector> ConvarSort(std::unordered_m [](std::pair& a, std::pair& b) { return a.first < b.first; }); return sorted; } + void PrintCommandHelpDialogue(const ConCommandBase* command, const char* name) { if (!command)