7 string mv_maps[MAPVOTE_COUNT];
8 string mv_pics[MAPVOTE_COUNT];
9 string mv_pk3[MAPVOTE_COUNT];
10 float mv_preview[MAPVOTE_COUNT];
11 float mv_votes[MAPVOTE_COUNT];
12 float mv_avail[MAPVOTE_COUNT];
13 float mv_avail_start[MAPVOTE_COUNT];
25 int mv_mouse_selection;
26 int mv_selection_keyboard;
29 string mapvote_chosenmap;
31 vector gtv_text_size_small;
33 string MapVote_FormatMapItem(int id, string map, float count, float maxwidth, vector fontsize);
35 string GameTypeVote_DescriptionByID(int id);
37 vector MapVote_RGB(int id);
39 void GameTypeVote_DrawGameTypeItem(vector pos, float maxh, float tsize, string gtype, string pic, float count, int id);
41 void MapVote_DrawMapItem(vector pos, float isize, float tsize, string map, string pic, float count, int id);
43 void MapVote_DrawAbstain(vector pos, float isize, float tsize, float count, int id);
45 vector MapVote_GridVec(vector gridspec, int i, int m);
47 float MapVote_Selection(vector topleft, vector cellsize, float rows, float columns);
51 void Cmd_MapVote_MapDownload(float argc);
53 void MapVote_CheckPK3(string pic, string pk3, int id);
55 void MapVote_CheckPic(string pic, string pk3, int id);
57 void MapVote_ReadMask();
59 const int NUM_SSDIRS = 4;
60 string ssdirs[NUM_SSDIRS];
64 void MapVote_SendChoice(float index);
66 int MapVote_MoveLeft(int pos);
67 int MapVote_MoveRight(int pos);
68 int MapVote_MoveUp(int pos);
70 int MapVote_MoveDown(int pos);
72 float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary);
74 void MapVote_UpdateMask();
76 void MapVote_UpdateVotes();
80 void Net_MapVote_Picture();