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