X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fprogs.src;h=3db4e4e30a6610241c554fb7bd37e4000e7ac201;hb=23ab6599859e8a4b53501c8635b987bc1c33b771;hp=72f2e0b74626253e25acb2e4ff989c91f8431eac;hpb=52ae1315c1851e595d12ffc13e2407dee0b24e5e;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/progs.src b/qcsrc/client/progs.src index 72f2e0b74..3db4e4e30 100644 --- a/qcsrc/client/progs.src +++ b/qcsrc/client/progs.src @@ -16,9 +16,9 @@ Defs.qc ../common/teams.qh ../common/util.qh +../common/test.qh +../common/counting.qh ../common/items.qh -../common/deathtypes.qh -../common/notifications.qh ../common/explosion_equation.qh ../common/mapinfo.qh ../common/command/markup.qh @@ -26,10 +26,14 @@ Defs.qc ../common/command/generic.qh ../common/command/shared_defs.qh ../common/urllib.qh +../common/animdecide.qh 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 @@ -45,12 +49,13 @@ tturrets.qh ../server/tturrets/include/turrets_early.qh ../server/movelib.qc main.qh -vehicles/vehicles.qh +../common/vehicles/vehicles_include.qh ../common/csqcmodel_settings.qh ../csqcmodellib/common.qh ../csqcmodellib/cl_model.qh ../csqcmodellib/cl_player.qh projectile.qh +player_skeleton.qh sortlist.qc miscfunctions.qc @@ -80,8 +85,7 @@ modeleffects.qc tuba.qc target_music.qc -vehicles/vehicles.qc -../server/vehicles/bumblebee.qc +../common/vehicles/vehicles_include.qc shownames.qh shownames.qc @@ -95,6 +99,7 @@ prandom.qc bgmscript.qc noise.qc +../common/test.qc ../common/util.qc ../common/notifications.qc ../common/command/markup.qc @@ -113,4 +118,5 @@ command/cl_cmd.qc ../warpzonelib/client.qc tturrets.qc -../common/if-this-file-errors-scroll-up-and-fix-the-warnings.fteqccfail +player_skeleton.qc +../common/animdecide.qc