X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qc;h=7648b129775afa875f38ff5e16de5339c62c3a80;hp=0cedf8fd7ce5fdba8d5a1dcf59f1b8829f10a7f3;hb=2f239100c8b77275d69972f91ac4e7ff913f3d7c;hpb=eaefffb161cd24ed84ba5c03c9ebc4a651ebbae9;ds=inline diff --git a/qcsrc/client/main.qc b/qcsrc/client/main.qc index 0cedf8fd7c..7648b12977 100644 --- a/qcsrc/client/main.qc +++ b/qcsrc/client/main.qc @@ -25,14 +25,14 @@ #include "waypointsprites.qh" #include "vehicles/bumblebee.qh" -#include "vehicles/vehicles.qh" +#include "vehicles/all.qh" #include "weapons/projectile.qh" #include "../common/buffs.qh" #include "../common/deathtypes.qh" #include "../common/mapinfo.qh" -#include "../common/monsters/monsters.qh" +#include "../common/monsters/all.qh" #include "../common/nades.qh" #include "../common/net_notice.qh" #include "../common/notifications.qh" @@ -41,7 +41,7 @@ #include "../common/items/all.qh" -#include "../common/weapons/weapons.qh" +#include "../common/weapons/all.qh" #include "../csqcmodellib/cl_model.qh" #include "../csqcmodellib/interpolate.qh"