X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmonsters%2Fall.qc;h=9dc09ca394b47166bc4d717901d0aa17f6465664;hb=e51ce3d45d2852ca793118fc73da9c25f789101f;hp=fa3f65193ae5725bc0e4a87806433875344a23f3;hpb=60f1d438734b77eaa91b2cd3985edf216e34f0bf;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/monsters/all.qc b/qcsrc/common/monsters/all.qc index fa3f65193..9dc09ca39 100644 --- a/qcsrc/common/monsters/all.qc +++ b/qcsrc/common/monsters/all.qc @@ -1,5 +1,4 @@ -#ifndef MONSTERS_ALL_C -#define MONSTERS_ALL_C +#include "all.qh" string M_Model(string m_mdl) { @@ -11,16 +10,3 @@ string M_Model(string m_mdl) return output; #endif } - -#include "all.qh" - -#define IMPLEMENTATION -#include "monster/_mod.inc" -#undef IMPLEMENTATION - -#ifdef SVQC -#include "spawn.qc" -#include "sv_monsters.qc" -#endif - -#endif