X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fprogs.inc;h=3b607a7e14add199cd354940018de71d588f2566;hb=83fdfb28c41d23ca925df3708069fde58555a88c;hp=5c110e2b8986547e93e16b0e3bc1ba96b4cf24ce;hpb=9077dc21021e33f85cf06f30fbe303614786f2e0;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/progs.inc b/qcsrc/client/progs.inc index 5c110e2b8..3b607a7e1 100644 --- a/qcsrc/client/progs.inc +++ b/qcsrc/client/progs.inc @@ -1,83 +1,25 @@ -#include "../lib/_all.inc" -#include "_all.qh" +#include -#include "announcer.qc" -#include "bgmscript.qc" -#include "controlpoint.qc" -#include "csqcmodel_hooks.qc" -#include "damage.qc" -#include "effects.qc" -#include "generator.qc" -#include "gibs.qc" -#include "hook.qc" -#include "hud.qc" -#include "hud_config.qc" -#include "main.qc" -#include "mapvoting.qc" -#include "miscfunctions.qc" -#include "modeleffects.qc" -#include "movelib.qc" -#include "particles.qc" -#include "player_skeleton.qc" -#include "rubble.qc" -#include "scoreboard.qc" -#include "shownames.qc" -#include "teamradar.qc" -#include "tuba.qc" -#include "t_items.qc" -#include "view.qc" -#include "wall.qc" +#if XONOTIC -#include "commands/all.qc" +#include -#include "weapons/projectile.qc" // TODO +#include +#include -#include "../common/animdecide.qc" -#include "../common/effects/effectinfo.qc" -#include "../common/mapinfo.qc" -#include "../common/movetypes/include.qc" -#include "../common/net_notice.qc" -#include "../common/notifications.qc" -#include "../common/physics.qc" -#include "../common/playerstats.qc" -#include "../common/util.qc" +#include +#include +#include -#include "../common/viewloc.qc" +#include +#include +#include +#include +#include -#include "../common/minigames/minigames.qc" -#include "../common/minigames/cl_minigames.qc" - -#include "../common/buffs/all.qc" -#include "../common/deathtypes/all.qc" -#include "../common/effects/all.qc" -#include "../common/gamemodes/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/triggers/include.qc" - -#include "../lib/csqcmodel/cl_model.qc" -#include "../lib/csqcmodel/cl_player.qc" -#include "../lib/csqcmodel/interpolate.qc" - -// TODO: move to common -#include "../server/mutators/mutator/mutator_multijump.qc" -#define IMPLEMENTATION -#include "../server/mutators/mutator/mutator_multijump.qc" -#undef IMPLEMENTATION - -#include "../lib/warpzone/anglestransform.qc" -#include "../lib/warpzone/client.qc" -#include "../lib/warpzone/common.qc" -#include "../lib/warpzone/util_server.qc" +#include +#endif -#if BUILD_MOD -#include "../../mod/client/progs.inc" +#ifdef BUILD_MOD +#include #endif