blob: 38cf45dc32251a2101f3fdc818f22d8c335180ee (
plain)
1
2
3
4
5
6
|
#pragma once
#include "concommand.h"
void PrintCommandHelpDialogue(const ConCommandBase* command, const char* name);
void TryPrintCvarHelpForCommand(const char* pCommand);
void InitialiseCommandPrint();
|