]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/client/mapvoting.qh
Update default video settings
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / mapvoting.qh
1 #pragma once
2
3 #include <common/constants.qh>
4
5 bool autocvar_cl_readpicture_force;
6 float autocvar_hud_panel_mapvote_highlight_border = 1;
7 string autocvar_menu_skin; // gamemode icons are controlled by the menu skin
8
9 void MapVote_Draw();
10
11 bool PreviewExists(string name);
12
13 void Cmd_MapVote_MapDownload(int argc);
14
15 float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary);
16
17 void Net_MapVote_Picture();
18
19 float mv_active;
20 float xmin, xmax, ymin, ymax;