X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmapvoting.qh;h=2f95102a990bf84571b8010cff9b55c674991dca;hb=c039d054a46888048d214000273ccfc63e4611b6;hp=bbc05d884f9aa2e011b8f5bdd295063f0cf13c40;hpb=7bcb3a89b3271e018da4d92437dc5ba125ea8698;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/mapvoting.qh b/qcsrc/client/mapvoting.qh index bbc05d884..2f95102a9 100644 --- a/qcsrc/client/mapvoting.qh +++ b/qcsrc/client/mapvoting.qh @@ -1,5 +1,4 @@ -#ifndef CLIENT_MAPVOTING_H -#define CLIENT_MAPVOTING_H +#pragma once #include void MapVote_Draw(); @@ -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;