]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/progs.inc
Change mod loading to take an absolute path
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / progs.inc
index 0c3884f6797a489efb9b1ddb3f0d5fc4d711993a..327df77c25fd6583f6fe7365bf931f61cc52400d 100644 (file)
@@ -1,79 +1,11 @@
-#include "../lib/_all.inc"
-#include "_all.qh"
+#include <lib/_all.inc>
 
-#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"
-
-#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/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"
-
-#include "../server/mutators/mutator_multijump.qc"
+#if XONOTIC
+#include <client/_all.inc>
+#endif
 
-#include "../lib/warpzone/anglestransform.qc"
-#include "../lib/warpzone/client.qc"
-#include "../lib/warpzone/common.qc"
-#include "../lib/warpzone/util_server.qc"
+#include <ecs/_mod.inc>
 
-#if BUILD_MOD
-#include "../../mod/client/progs.inc"
+#ifdef BUILD_MOD
+#include <mod/client/progs.inc>
 #endif