]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
macros, macros everywhere
authorMartin Taibr <taibr.martin@gmail.com>
Fri, 22 Sep 2017 16:01:43 +0000 (18:01 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Fri, 22 Sep 2017 16:01:43 +0000 (18:01 +0200)
qcsrc/common/ent_cs.qc

index 12abc21b18a255a29821912a00f8968ac1588ff9..b376bd74ad40979a8d0fc86ffc5171d796d873d9 100644 (file)
@@ -1,5 +1,7 @@
 #include "ent_cs.qh"
 
+// *INDENT-OFF* uncrustify is too dumb to handle all the macros
+
 REGISTRY(EntCSProps, BITS(16) - 1)
 #define EntCSProps_from(i) _EntCSProps_from(i, NULL)
 REGISTER_REGISTRY(EntCSProps)