]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util-pre.qh
Remove for-loop workaround
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util-pre.qh
index bba5af1f4ffb85b5d1070311414529669d1619a0..1537c75fb5a16eef9112909da8349985f774324d 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef UTIL_PRE_H
+#define UTIL_PRE_H
+
 #ifndef NOCOMPAT
     #define COMPAT_NO_MOD_IS_XONOTIC
 #endif
@@ -28,3 +31,4 @@
     const bool true    = 1;
     const bool false   = 0;
 #endif
+#endif