]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/mapvoting.qh
Merge branch 'master' into martin-t/globals
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / mapvoting.qh
index bbc05d884f9aa2e011b8f5bdd295063f0cf13c40..8a6f542a0a597277cb598b45dff23f335f2ae824 100644 (file)
@@ -1,14 +1,13 @@
-#ifndef CLIENT_MAPVOTING_H
-#define CLIENT_MAPVOTING_H
+#pragma once
 
 #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 Net_MapVote_Picture();
 
 float mv_active;
-#endif
+float xmin, xmax, ymin, ymax;