]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/mapvoting.qh
Merge branch 'master' into terencehill/menu_weaponarena_selection_fix
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / mapvoting.qh
1 #ifndef MAPVOTING_H
2 #define MAPVOTING_H
3
4 #include "../common/constants.qh"
5 void MapVote_Draw();
6
7 void Cmd_MapVote_MapDownload(float argc);
8
9 float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary);
10
11 void Ent_MapVote();
12
13 void Net_MapVote_Picture();
14
15 float mv_active;
16 #endif