]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/menu/oo/base.qh
Sort menu classes
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / oo / base.qh
index a8337501be68c5d77b007bc6da7e2441aa87b377..60b2f8b319849dc8aefd3490425945fac2f2e70f 100644 (file)
@@ -1,6 +1,9 @@
 #ifndef BASE_H
 #define BASE_H
 
+#define NULL (null_entity)
+#define world NULL
+
 .string classname;
 .string vtblname;
 .entity vtblbase;