summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index e5463c5..af2a790 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -882,6 +882,8 @@ void G_ChangeTeam( gentity_t *ent, pTeam_t newTeam );
void G_SanitiseString( char *in, char *out, int len );
void G_PrivateMessage( gentity_t *ent );
char *G_statsString( statsCounters_t *sc, pTeam_t *pt );
+void Cmd_CallVote_f( gentity_t *ent );
+void Cmd_CallTeamVote_f( gentity_t *ent );
void Cmd_Share_f( gentity_t *ent );
void Cmd_Donate_f( gentity_t *ent );
void Cmd_TeamVote_f( gentity_t *ent );