6 string mv_maps[MAPVOTE_COUNT];
7 string mv_pics[MAPVOTE_COUNT];
8 string mv_pk3[MAPVOTE_COUNT];
9 float mv_preview[MAPVOTE_COUNT];
10 float mv_votes[MAPVOTE_COUNT];
11 float mv_avail[MAPVOTE_COUNT];
12 float mv_avail_start[MAPVOTE_COUNT];
24 int mv_mouse_selection;
25 int mv_selection_keyboard;
28 string mapvote_chosenmap;
30 vector gtv_text_size_small;
32 string MapVote_FormatMapItem(int id, string map, float count, float maxwidth, vector fontsize);
34 string GameTypeVote_DescriptionByID(int id);
36 vector MapVote_RGB(int id);
38 void GameTypeVote_DrawGameTypeItem(vector pos, float maxh, float tsize, string gtype, string pic, float count, int id);
40 void MapVote_DrawMapItem(vector pos, float isize, float tsize, string map, string pic, float count, int id);
42 void MapVote_DrawAbstain(vector pos, float isize, float tsize, float count, int id);
44 vector MapVote_GridVec(vector gridspec, int i, int m);
46 float MapVote_Selection(vector topleft, vector cellsize, float rows, float columns);
50 void Cmd_MapVote_MapDownload(float argc);
52 void MapVote_CheckPK3(string pic, string pk3, int id);
54 void MapVote_CheckPic(string pic, string pk3, int id);
56 void MapVote_ReadMask();
58 const int NUM_SSDIRS = 4;
59 string ssdirs[NUM_SSDIRS];
63 void MapVote_SendChoice(float index);
65 int MapVote_MoveLeft(int pos);
66 int MapVote_MoveRight(int pos);
67 int MapVote_MoveUp(int pos);
69 int MapVote_MoveDown(int pos);
71 float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary);
73 void MapVote_UpdateMask();
75 void MapVote_UpdateVotes();
79 void Net_MapVote_Picture();