mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-13 00:24:06 +00:00
9 lines
No EOL
182 B
C
9 lines
No EOL
182 B
C
#ifndef G_CMDS_H
|
|
#define G_CMDS_H
|
|
|
|
#include "g_local.h"
|
|
|
|
qboolean SetClass( gentity_t *ent, char *s, /*@null@*/ char *teamName, qboolean SaveToCvar );
|
|
void DragCheck( void );
|
|
|
|
#endif |