X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmapvoting.qh;h=ebc107a0b2584196023b052fdb82c02470ed16f5;hb=77d6a05629e33da863fccb3cdd03b3c63af890dd;hp=9c7086efc10d6a0060f691718689aecc42508278;hpb=777dc5e23d7512c3e33576884d8d200f244d3006;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/mapvoting.qh b/qcsrc/client/mapvoting.qh index 9c7086efc..ebc107a0b 100644 --- a/qcsrc/client/mapvoting.qh +++ b/qcsrc/client/mapvoting.qh @@ -1,14 +1,12 @@ -#ifndef MAPVOTING_H -#define 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(); -#endif + +float mv_active;