X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fmapvoting.qh;h=8a6f542a0a597277cb598b45dff23f335f2ae824;hp=c1c27ad5b13640cf39fa69e4be6e19c427bbe98b;hb=7069dc3f41678554d089db582ccf16da1f8874a5;hpb=c51698509e174e343dff48128a1dcfff1527c535 diff --git a/qcsrc/client/mapvoting.qh b/qcsrc/client/mapvoting.qh index c1c27ad5b1..8a6f542a0a 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); +void Cmd_MapVote_MapDownload(int 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;