]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/all.qh
.m_glow is only needed in GAMEQC
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / all.qh
index 73bd502c8fa13a8a1c1a05b3545a099e16dba1a8..d377776cd554f0bc5c3b0467c755cf8fe641ad37 100644 (file)
@@ -1,6 +1,6 @@
 #pragma once
 
-#include <common/command/_all.qh>
+#include <common/command/_mod.qh>
 
 #include "item.qh"
 
@@ -29,6 +29,6 @@ GENERIC_COMMAND(dumpitems, "Dump all items to the console") {
     }
 }
 
-#ifndef MENUQC
+#ifdef GAMEQC
 string Item_Model(string item_mdl);
 #endif