X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fall.inc;h=99c7225ac1a4402f475e907a820d07b6d97bfc3f;hb=a73f79e356dd25b6ea678379e7884ee45cc1977b;hp=4f4cd2b3d8f35a7bf82d3f2fdda523034f1f9475;hpb=61a847dbaab291d205cc9684b6d1a6e9bdad6375;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/all.inc b/qcsrc/common/weapons/all.inc index 4f4cd2b3d..99c7225ac 100644 --- a/qcsrc/common/weapons/all.inc +++ b/qcsrc/common/weapons/all.inc @@ -3,27 +3,25 @@ // IF YOU DISREGARD THIS NOTICE, I'LL KILL YOU WITH THE @!#%'N TUBA // core weapons -#include "w_blaster.qc" -#include "w_shotgun.qc" -#include "w_machinegun.qc" -#include "w_mortar.qc" -#include "w_minelayer.qc" -#include "w_electro.qc" -#include "w_crylink.qc" -#include "w_vortex.qc" -#include "w_hagar.qc" -#include "w_devastator.qc" +#include "weapon/blaster.qc" +#include "weapon/shotgun.qc" +#include "weapon/machinegun.qc" +#include "weapon/mortar.qc" +#include "weapon/minelayer.qc" +#include "weapon/electro.qc" +#include "weapon/crylink.qc" +#include "weapon/vortex.qc" +#include "weapon/hagar.qc" +#include "weapon/devastator.qc" // other weapons -#include "w_porto.qc" -#include "w_vaporizer.qc" -#include "w_hook.qc" -#include "w_hlac.qc" -#include "w_tuba.qc" -#include "w_rifle.qc" -#include "w_fireball.qc" -#include "w_seeker.qc" -#include "w_shockwave.qc" -#include "w_arc.qc" -#include "w_hmg.qc" -#include "w_rpc.qc" +#include "weapon/porto.qc" +#include "weapon/vaporizer.qc" +#include "weapon/hook.qc" +#include "weapon/hlac.qc" +#include "weapon/tuba.qc" +#include "weapon/rifle.qc" +#include "weapon/fireball.qc" +#include "weapon/seeker.qc" +#include "weapon/shockwave.qc" +#include "weapon/arc.qc"