From 4effcb8172fac63231398e90ff1a5ea754e01612 Mon Sep 17 00:00:00 2001 From: Spoike Date: Fri, 7 Jan 2005 02:47:31 +0000 Subject: [PATCH] stuffcmd was changed git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@750 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/common/cmd.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engine/common/cmd.h b/engine/common/cmd.h index 760fbd11c..8c4360f86 100644 --- a/engine/common/cmd.h +++ b/engine/common/cmd.h @@ -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);