X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmonsters%2Fall.qc;h=9dc09ca394b47166bc4d717901d0aa17f6465664;hb=996bb618198837cab36c7da79b0d543a0ae4e120;hp=a262a234505008acf2d80c49b0617bd947695ce2;hpb=f34fd47ee0a7f283ab60592a17399ec5a500416c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/monsters/all.qc b/qcsrc/common/monsters/all.qc index a262a2345..9dc09ca39 100644 --- a/qcsrc/common/monsters/all.qc +++ b/qcsrc/common/monsters/all.qc @@ -1,6 +1,4 @@ #include "all.qh" -#ifndef MONSTERS_ALL_C -#define MONSTERS_ALL_C string M_Model(string m_mdl) { @@ -12,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