]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
comment stuff
authorRudolf Polzer <divverent@alientrap.org>
Sat, 31 Mar 2012 17:37:32 +0000 (19:37 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Sat, 31 Mar 2012 17:37:32 +0000 (19:37 +0200)
qcsrc/common/util.qh

index 76b2f28d1a71afad3fce9740b3109acde4139848..84e1f1795444bf15359d3e9e02e33d3f6b737803 100644 (file)
@@ -1,6 +1,11 @@
 // a dummy macro that prevents the "hanging ;" warning
 #define ENDS_WITH_CURLY_BRACE
 
+// TODO make ascii art pic of xzibit
+// YO DAWG!
+// I HERD YO LIEK MACROS
+// SO I PUT A MACRO DEFINITION IN YO MACRO DEFINITION
+// SO YO CAN EXPAND MACROS WHILE EXPANDING MACROS
 #define ACCUMULATE_FUNCTION(func,otherfunc) \
        #ifdef func \
        void __merge__##otherfunc() { func(); otherfunc(); } \