X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fprogs.src;h=d9cd16ead64f5b020633a936f2e20215a65e5d90;hb=d48a152767442c473eaa77b16642f901f94e2321;hp=8b83daebeebdb30253b2722b70db4b71269eb9a4;hpb=707b95ea2f5399ce787bc7a1087d211bd851d4ff;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/progs.src b/qcsrc/client/progs.src index 8b83daebe..d9cd16ead 100644 --- a/qcsrc/client/progs.src +++ b/qcsrc/client/progs.src @@ -16,10 +16,9 @@ Defs.qc ../common/teams.qh ../common/util.qh -../common/items.qh -../common/deathtypes.qh -../common/notifications.qh -../common/explosion_equation.qh +../common/test.qh +../common/counting.qh +../common/weapons/weapons.qh // TODO ../common/mapinfo.qh ../common/command/markup.qh ../common/command/rpn.qh @@ -31,6 +30,9 @@ command/cl_cmd.qh autocvars.qh +../common/notifications.qh // must be after autocvars +../common/deathtypes.qh // must be after notifications + damage.qh ../csqcmodellib/interpolate.qh @@ -51,7 +53,7 @@ vehicles/vehicles.qh ../csqcmodellib/common.qh ../csqcmodellib/cl_model.qh ../csqcmodellib/cl_player.qh -projectile.qh +weapons/projectile.qh // TODO player_skeleton.qh sortlist.qc @@ -70,7 +72,7 @@ rubble.qc hook.qc particles.qc laser.qc -projectile.qc +weapons/projectile.qc // TODO gibs.qc damage.qc casings.qc @@ -97,15 +99,14 @@ prandom.qc bgmscript.qc noise.qc +../common/test.qc ../common/util.qc ../common/notifications.qc ../common/command/markup.qc ../common/command/rpn.qc ../common/command/generic.qc ../common/mapinfo.qc -../common/items.qc -../server/w_all.qc -../common/explosion_equation.qc +../common/weapons/weapons.qc // TODO ../common/urllib.qc command/cl_cmd.qc