]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/all.qh
Add a function to change the monster model path
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / all.qh
index 72861f9d236eea06b46e4a44879e5598f42f5fd3..15e775ae7e5c6ec9b74b6d02c65c7980e2903fe2 100644 (file)
@@ -3,6 +3,8 @@
 
 #include "monster.qh"
 
+string M_Model(string m_mdl);
+
 REGISTRY(Monsters, BITS(4))
 REGISTER_REGISTRY(RegisterMonsters)
 const int MON_FIRST = 1;