]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/_all.inc
s/#ifndef MENUQC/#ifdef GAMEQC/g
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / _all.inc
index 83a0ebf34a01bb06755ba9021eeb0e2508340285..b6c3c9e01bea752c9d87f3d66685f3b9d596fedf 100644 (file)
@@ -266,7 +266,6 @@ void make_safe_for_remove(entity this);
 #endif
 #undef ENGINE_EVENT
 
-#ifndef MENUQC
-       #include <ecs/_lib.qh>
-       #include <ecs/components/_mod.qh>
+#ifdef GAMEQC
+       #include <ecs/_mod.qh>
 #endif