rpgxef/code/game/g_cmds.h

9 lines
182 B
C
Raw Normal View History

2013-05-16 22:42:09 +00:00
#ifndef G_CMDS_H
#define G_CMDS_H
#include "g_local.h"
qboolean SetClass( gentity_t *ent, char *s, /*@null@*/ char *teamName, qboolean SaveToCvar );
2013-05-17 18:46:51 +00:00
void DragCheck( void );
2013-05-16 22:42:09 +00:00
#endif