blob: 6c3ef850b22a5364da2639e12a13472572679a26 (
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();
|