]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/mapvoting.qh
Purge client/defs.qh
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / mapvoting.qh
index c1c27ad5b13640cf39fa69e4be6e19c427bbe98b..8a6f542a0a597277cb598b45dff23f335f2ae824 100644 (file)
@@ -1,16 +1,13 @@
-#ifndef CLIENT_MAPVOTING_H
-#define CLIENT_MAPVOTING_H
+#pragma once
 
-#include "../common/constants.qh"
+#include <common/constants.qh>
 void MapVote_Draw();
 
-void Cmd_MapVote_MapDownload(float argc);
+void Cmd_MapVote_MapDownload(int argc);
 
 float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary);
 
-void Ent_MapVote();
-
 void Net_MapVote_Picture();
 
 float mv_active;
-#endif
+float xmin, xmax, ymin, ymax;