X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmapvoting.qh;h=2f95102a990bf84571b8010cff9b55c674991dca;hb=f28bafd2da379d00bd179459e73a77620552a66f;hp=c1c27ad5b13640cf39fa69e4be6e19c427bbe98b;hpb=9dd43f196ca7bc0979f94a0fb0f87cdd82a951c7;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/mapvoting.qh b/qcsrc/client/mapvoting.qh index c1c27ad5b..2f95102a9 100644 --- a/qcsrc/client/mapvoting.qh +++ b/qcsrc/client/mapvoting.qh @@ -1,16 +1,13 @@ -#ifndef CLIENT_MAPVOTING_H -#define CLIENT_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(); float mv_active; -#endif +float xmin, xmax, ymin, ymax;