summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorkai <kai@zittrig.eu>2020-05-27 20:46:14 +0100
committerkai <kai@zittrig.eu>2020-05-27 20:46:14 +0100
commit36071f24f3dcb6c9924a00c146bf6700588400ba (patch)
tree126a620fb8e8ce1107ebd1dd6c86c7a839ba2743 /src/game/g_local.h
parentc3e18a0c7c4aa9b5a4f5e42180a5566a3d435a64 (diff)
allow /call[team]vote from the chat, not just console
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 );