X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmapvoting.qh;h=2f95102a990bf84571b8010cff9b55c674991dca;hb=3ac34e5b003963141cbbde668cf5cda1b2eaacc9;hp=9c7086efc10d6a0060f691718689aecc42508278;hpb=444fd454059cdd0039f26fe934425ab5a1491e74;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/mapvoting.qh b/qcsrc/client/mapvoting.qh index 9c7086efc..2f95102a9 100644 --- a/qcsrc/client/mapvoting.qh +++ b/qcsrc/client/mapvoting.qh @@ -1,14 +1,13 @@ -#ifndef MAPVOTING_H -#define MAPVOTING_H +#pragma once -#include "../common/constants.qh" +#include void MapVote_Draw(); void Cmd_MapVote_MapDownload(float argc); float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary); -void Ent_MapVote(); - void Net_MapVote_Picture(); -#endif + +float mv_active; +float xmin, xmax, ymin, ymax;