]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/mapvoting.qh
Merge branch 'terencehill/menu_optimization' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / mapvoting.qh
index 9c7086efc10d6a0060f691718689aecc42508278..bbc05d884f9aa2e011b8f5bdd295063f0cf13c40 100644 (file)
@@ -1,14 +1,14 @@
-#ifndef MAPVOTING_H
-#define MAPVOTING_H
+#ifndef CLIENT_MAPVOTING_H
+#define CLIENT_MAPVOTING_H
 
-#include "../common/constants.qh"
+#include <common/constants.qh>
 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();
+
+float mv_active;
 #endif