]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/mapvoting.qh
Merge branch 'master' into z411/annce_queue
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / mapvoting.qh
index 8a6f542a0a597277cb598b45dff23f335f2ae824..705d5dfe5c4047e0175c929f6e24f51828fab4d7 100644 (file)
@@ -1,8 +1,15 @@
 #pragma once
 
 #include <common/constants.qh>
+
+bool autocvar_cl_readpicture_force;
+float autocvar_hud_panel_mapvote_highlight_border = 1;
+string autocvar_menu_skin; // gamemode icons are controlled by the menu skin
+
 void MapVote_Draw();
 
+bool PreviewExists(string name);
+
 void Cmd_MapVote_MapDownload(int argc);
 
 float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary);
@@ -10,4 +17,5 @@ float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary);
 void Net_MapVote_Picture();
 
 float mv_active;
+int mv_winner;
 float xmin, xmax, ymin, ymax;