]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/mapvoting.qh
Shownames: fade when moving to spectate
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / mapvoting.qh
index 9c7086efc10d6a0060f691718689aecc42508278..1c84419482c264b841ab336bf6dd351a88cb6b47 100644 (file)
@@ -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,7 +8,7 @@ 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