X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fprogs.inc;h=8bfab2052ee2b3dc4fa9d8b488eb2f4442a3ab09;hp=08a9d4d22b14f1ff50540d4f2e64ee7862f03f40;hb=64b8409b2d6fb93dc51ba24a82d219c8cd56a907;hpb=c0addaeedd1ee9d279e6225d88104b40502ae391 diff --git a/qcsrc/server/progs.inc b/qcsrc/server/progs.inc index 08a9d4d22b..8bfab2052e 100644 --- a/qcsrc/server/progs.inc +++ b/qcsrc/server/progs.inc @@ -10,7 +10,6 @@ #include "cl_client.qc" #include "cl_impulse.qc" #include "cl_player.qc" -#include "ent_cs.qc" #include "g_damage.qc" #include "g_hook.qc" // #include "g_lights.qc" // TODO: was never used @@ -54,10 +53,12 @@ #include "weapons/weaponstats.qc" #include "weapons/weaponsystem.qc" +#include "../common/anim.qc" #include "../common/animdecide.qc" #include "../common/campaign_file.qc" #include "../common/campaign_setup.qc" #include "../common/effects/effectinfo.qc" +#include "../common/ent_cs.qc" #include "../common/mapinfo.qc" #include "../common/minigames/minigames.qc" #include "../common/minigames/sv_minigames.qc" @@ -75,6 +76,7 @@ #include "../common/deathtypes/all.qc" #include "../common/effects/all.qc" #include "../common/gamemodes/all.qc" +#include "../common/impulses/all.qc" #include "../common/items/all.qc" #include "../common/monsters/all.qc" #include "../common/turrets/all.qc"