X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmapvoting.qh;h=705d5dfe5c4047e0175c929f6e24f51828fab4d7;hb=90ac5f4f1f4aa420546283c58953f387b82e33ba;hp=ebc107a0b2584196023b052fdb82c02470ed16f5;hpb=d271f27a5ac351a3a7b39636932f6d661492be1d;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/mapvoting.qh b/qcsrc/client/mapvoting.qh index ebc107a0b..705d5dfe5 100644 --- a/qcsrc/client/mapvoting.qh +++ b/qcsrc/client/mapvoting.qh @@ -1,12 +1,21 @@ #pragma once #include + +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(); -void Cmd_MapVote_MapDownload(float argc); +bool PreviewExists(string name); + +void Cmd_MapVote_MapDownload(int argc); float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary); void Net_MapVote_Picture(); float mv_active; +int mv_winner; +float xmin, xmax, ymin, ymax;