]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monsters.qc
Clean up filenames a bit
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monsters.qc
index 4320f62e89a1a8efb0f4535f05912680cf5fe4e2..7f43df51ff24c80cc3169467635f17573e43df0d 100644 (file)
@@ -1,9 +1,3 @@
-#ifdef SVQC
-#include "lib/defs.qh"
-#include "lib/monsters.qc"
-#include "lib/spawn.qc"
-#endif
-
 #include "all.qh"
 
 // MONSTER PLUGIN SYSTEM
@@ -50,4 +44,4 @@ entity get_monsterinfo(float id)
        if(m)
                return m;
        return dummy_monster_info;
-}
+}
\ No newline at end of file