X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fprogs.inc;h=ec5c31844af9a57657c608ce25ad5efdce45e963;hp=1b9c587abb613355193505564e30ddbff4a3cada;hb=a97b89297fa91ae42b9d56c262662eb34ede3e45;hpb=6b8b403dbd938914eeaa6a02f98d0e939950d29e diff --git a/qcsrc/client/progs.inc b/qcsrc/client/progs.inc index 1b9c587abb..ec5c31844a 100644 --- a/qcsrc/client/progs.inc +++ b/qcsrc/client/progs.inc @@ -36,11 +36,10 @@ #include "weapons/projectile.qc" // TODO #include "../common/animdecide.qc" -#include "../common/buffs.qc" #include "../common/effects/effects.qc" +#include "../common/effects/effectinfo.qc" #include "../common/mapinfo.qc" #include "../common/movetypes/include.qc" -#include "../common/nades.qc" #include "../common/net_notice.qc" #include "../common/notifications.qc" #include "../common/physics.qc" @@ -52,14 +51,16 @@ #include "../common/minigames/minigames.qc" #include "../common/minigames/cl_minigames.qc" +#include "../common/buffs/all.qc" #include "../common/items/all.qc" #include "../common/monsters/all.qc" #include "../common/mutators/all.qc" +#include "../common/nades/all.qc" +#include "../common/turrets/all.qc" #include "../common/vehicles/all.qc" #include "../common/weapons/all.qc" #include "../common/turrets/cl_turrets.qc" -#include "../common/turrets/all.qc" #include "../common/triggers/include.qc" @@ -74,4 +75,6 @@ #include "../warpzonelib/common.qc" #include "../warpzonelib/util_server.qc" -#include "../mod/client/progs.inc" +#if BUILD_MOD +#include "../../mod/client/progs.inc" +#endif