X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmapvoting.qh;h=1c84419482c264b841ab336bf6dd351a88cb6b47;hb=f2741730af3cbdb03dc3a3e1bd10c1b881f5a75d;hp=7a9a511a2be129fb6e292c85e2e24f468bcea786;hpb=8d10ea819c27736320d03e75134af341f8127199;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/mapvoting.qh b/qcsrc/client/mapvoting.qh index 7a9a511a2..1c8441948 100644 --- a/qcsrc/client/mapvoting.qh +++ b/qcsrc/client/mapvoting.qh @@ -1,5 +1,5 @@ -#ifndef MAPVOTING_H -#define MAPVOTING_H +#ifndef CLIENT_MAPVOTING_H +#define CLIENT_MAPVOTING_H #include "../common/constants.qh" void MapVote_Draw(); @@ -8,8 +8,6 @@ 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;