]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monster.qh
Combine `SELFCALL` and `SELFCALL_DONE` with `WITH`
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monster.qh
index 75eccd95d36902804380441850cee371813d1edf..79077acc3c111a3988b608ba53c460e920cc40b0 100644 (file)
@@ -3,7 +3,6 @@
 
 bool m_null(int) { return false; }
 
-#include "../oo.qh"
 /** If you register a new monster, make sure to add it to all.inc */
 CLASS(Monster, Object)
     ATTRIB(Monster, monsterid, int, 0)