X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fprogs.inc;h=327df77c25fd6583f6fe7365bf931f61cc52400d;hp=1e939b77035169aa0fd727d954155c9a4ccb1d45;hb=0ab2814ddfdf88ed5eb1c77296271d8b51fabc37;hpb=1b2fda32ef5ff620f3b40b1890e3480735176e55 diff --git a/qcsrc/client/progs.inc b/qcsrc/client/progs.inc index 1e939b7703..327df77c25 100644 --- a/qcsrc/client/progs.inc +++ b/qcsrc/client/progs.inc @@ -1,68 +1,11 @@ -#include "../lib/_all.inc" -#include "_all.qh" +#include -#include "../common/effects/qc/all.qc" - -#include "announcer.qc" -#include "bgmscript.qc" -#include "csqcmodel_hooks.qc" -#include "hook.qc" -#include "hud/all.qc" -#include "main.qc" -#include "mapvoting.qc" -#include "miscfunctions.qc" -#include "movelib.qc" -#include "player_skeleton.qc" -#include "scoreboard.qc" -#include "shownames.qc" -#include "teamradar.qc" -#include "tuba.qc" -#include "t_items.qc" -#include "view.qc" -#include "wall.qc" - -#include "commands/all.qc" - -#include "weapons/projectile.qc" // TODO - -#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 "../common/viewloc.qc" - -#include "../common/minigames/minigames.qc" -#include "../common/minigames/cl_minigames.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/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" +#if XONOTIC +#include +#endif -#include "../lib/warpzone/anglestransform.qc" -#include "../lib/warpzone/client.qc" -#include "../lib/warpzone/common.qc" -#include "../lib/warpzone/util_server.qc" +#include -#if BUILD_MOD -#include "../../mod/client/progs.inc" +#ifdef BUILD_MOD +#include #endif