]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/all.qh
Merge branch 'TimePath/bot_api'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / all.qh
index b771984f212b1b4ef3a680099e19e7059600662e..1e23f3287940218b3c8a882033d3f12b42c88fd2 100644 (file)
@@ -12,12 +12,11 @@ REGISTER_REGISTRY(Monsters)
 REGISTRY_CHECK(Monsters)
 const int MON_FIRST = 1;
 #define MON_LAST (Monsters_COUNT - 1)
-/** If you register a new monster, make sure to add it to all.inc */
 #define REGISTER_MONSTER(id, inst) REGISTER(Monsters, MON, id, monsterid, inst)
 
 REGISTER_MONSTER(Null, NEW(Monster));
 
 
-#include "all.inc"
+#include "monster/_mod.inc"
 
 #endif