X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fmapvoting.qh;h=8d184a95d7417609280f3f58263b59912c7e8b7b;hp=9c7086efc10d6a0060f691718689aecc42508278;hb=ce80a3d3800ee2f5ce8a8d93ccb6b835a46ec5f6;hpb=5733b1493c8c3fc14830f78122fe388e89f19338 diff --git a/qcsrc/client/mapvoting.qh b/qcsrc/client/mapvoting.qh index 9c7086efc..8d184a95d 100644 --- a/qcsrc/client/mapvoting.qh +++ b/qcsrc/client/mapvoting.qh @@ -1,14 +1,15 @@ -#ifndef MAPVOTING_H -#define MAPVOTING_H +#pragma once -#include "../common/constants.qh" +#include void MapVote_Draw(); -void Cmd_MapVote_MapDownload(float argc); +bool PreviewExists(string name); -float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary); +void Cmd_MapVote_MapDownload(int argc); -void Ent_MapVote(); +float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary); void Net_MapVote_Picture(); -#endif + +float mv_active; +float xmin, xmax, ymin, ymax;