]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mapinfo.qh
#pragma once
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapinfo.qh
index 5ab36f3ae2548d4cafc3f2936976f910eb9e59f9..52ee1bd9c07215d40f1b6416a2419553841f721b 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef MAPINFO_H
-#define MAPINFO_H
+#pragma once
 
 bool autocvar_developer_mapper;
 
@@ -270,4 +269,3 @@ void MapInfo_Shutdown(); // call this in the shutdown handler
 
 #define MAPINFO_SETTEMP_ACL_USER cvar_string("g_mapinfo_settemp_acl")
 #define MAPINFO_SETTEMP_ACL_SYSTEM "-g_mapinfo_* -rcon_* -_* -g_ban* +*"
-#endif