- Printf related cleanup.

This commit is contained in:
Christoph Oelckers 2019-11-05 20:07:16 +01:00
parent d943fe036d
commit a4483f131d
20 changed files with 86 additions and 160 deletions

View file

@ -865,6 +865,11 @@ FExecList *C_ParseCmdLineParams(FExecList *exec)
return exec;
}
void FConsoleCommand::PrintCommand()
{
Printf("%s\n", m_Name.GetChars());
}
bool FConsoleCommand::IsAlias ()
{
return false;