X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fmapvoting.qh;h=2f95102a990bf84571b8010cff9b55c674991dca;hp=1c84419482c264b841ab336bf6dd351a88cb6b47;hb=641c47df604de42c11c68a7d80813b29affcefb2;hpb=e9f30b97435c6afe3d6911f21e1f4fd1b97e93da diff --git a/qcsrc/client/mapvoting.qh b/qcsrc/client/mapvoting.qh index 1c8441948..2f95102a9 100644 --- a/qcsrc/client/mapvoting.qh +++ b/qcsrc/client/mapvoting.qh @@ -1,7 +1,6 @@ -#ifndef CLIENT_MAPVOTING_H -#define CLIENT_MAPVOTING_H +#pragma once -#include "../common/constants.qh" +#include void MapVote_Draw(); void Cmd_MapVote_MapDownload(float argc); @@ -11,4 +10,4 @@ float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary); void Net_MapVote_Picture(); float mv_active; -#endif +float xmin, xmax, ymin, ymax;