]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mapinfo.qh
Clean up MENUQC #includes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapinfo.qh
index 1f7b7adfcff6765b49330eb4651cd859ad72ad4c..943e81fee573b81a9fd519e27aa995338e358761 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef MAPINFO_H
+#define MAPINFO_H
+
 float MAPINFO_TYPE_ALL;
 entity MapInfo_Type_first;
 entity MapInfo_Type_last;
@@ -165,3 +168,4 @@ 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
\ No newline at end of file