]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/mapvoting.qh
Merge branch 'master' into terencehill/glowmod_color_fix
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / mapvoting.qh
index bbc05d884f9aa2e011b8f5bdd295063f0cf13c40..8d184a95d7417609280f3f58263b59912c7e8b7b 100644 (file)
@@ -1,14 +1,15 @@
-#ifndef CLIENT_MAPVOTING_H
-#define CLIENT_MAPVOTING_H
+#pragma once
 
 #include <common/constants.qh>
 void MapVote_Draw();
 
-void Cmd_MapVote_MapDownload(float argc);
+bool PreviewExists(string name);
+
+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;