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=7a9a511a2be129fb6e292c85e2e24f468bcea786;hb=991de5e6922cd3c283de56c3249624f0f1bfe767;hpb=2aed36e128f8f00da9c76f9e66baae89d5bb26b2 diff --git a/qcsrc/client/mapvoting.qh b/qcsrc/client/mapvoting.qh index 7a9a511a2..8a6f542a0 100644 --- a/qcsrc/client/mapvoting.qh +++ b/qcsrc/client/mapvoting.qh @@ -1,16 +1,13 @@ -#ifndef MAPVOTING_H -#define 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;