mirror of
https://bitbucket.org/CPMADevs/cnq3
synced 2025-03-13 22:23:04 +00:00
trap_RemoveCommand was missing from cg_public.h
This commit is contained in:
parent
860610466a
commit
49f7f8bbd8
1 changed files with 1 additions and 0 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue