mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-24 13:01:10 +00:00
11 lines
No EOL
290 B
C
11 lines
No EOL
290 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 );
|
|
pclass_t ValueNameForClass ( char* s );
|
|
void BroadcastClassChange( gclient_t *client, pclass_t oldPClass );
|
|
|
|
#endif |