aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/commandprint.h
blob: 803cccc4af03966302d822b854d5ac4be6ed9d1b (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();