trap_RemoveCommand was missing from cg_public.h

This commit is contained in:
myT 2017-06-20 02:01:35 +02:00
parent 860610466a
commit 49f7f8bbd8

View file

@ -224,6 +224,7 @@ void trap_SendConsoleCommand( const char *text );
// register a command name so the console can perform command completion.
// FIXME: replace this with a normal console command "defineCommand"?
void trap_AddCommand( const char *cmdName );
void trap_RemoveCommand( const char *cmdName );
// send a string to the server over the network
void trap_SendClientCommand( const char *s );