]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/mapvoting.qh
Merge branch 'terencehill/warmup_limit_fix' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / mapvoting.qh
index bbc05d884f9aa2e011b8f5bdd295063f0cf13c40..ebc107a0b2584196023b052fdb82c02470ed16f5 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef CLIENT_MAPVOTING_H
-#define CLIENT_MAPVOTING_H
+#pragma once
 
 #include <common/constants.qh>
 void MapVote_Draw();
@@ -11,4 +10,3 @@ float MapVote_InputEvent(float bInputType, float nPrimary, float nSecondary);
 void Net_MapVote_Picture();
 
 float mv_active;
-#endif