stuffcmd was changed
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@750 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
756ab19471
commit
4effcb8172
1 changed files with 1 additions and 2 deletions
|
@ -69,6 +69,7 @@ typedef void (*xcommand_t) (void);
|
|||
int Cmd_Level(char *name);
|
||||
|
||||
void Cmd_Init (void);
|
||||
void Cmd_StuffCmds (void);
|
||||
|
||||
void Cmd_RemoveCommand (char *cmd_name);
|
||||
void Cmd_AddRemCommand (char *cmd_name, xcommand_t function); //removable command
|
||||
|
@ -129,8 +130,6 @@ void Cmd_ForwardToServer (void);
|
|||
qboolean Cmd_FilterMessage (char *message, qboolean sameteam);
|
||||
void Cmd_MessageTrigger (char *message, int type);
|
||||
|
||||
void Cmd_StuffCmds_f (void);
|
||||
|
||||
void Cmd_ShiftArgs (int ammount, qboolean expandstring);
|
||||
|
||||
char *Cmd_ExpandString (char *data, char *dest, int destlen, int maxaccesslevel);
|
||||
|
|
Loading…
Reference in a new issue