X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fall.qh;h=b4ee1e25d9608d7d428cb22d9063413853b0da67;hb=f2c50fe4e6218a0a1bb0ca078ee122c5ba6a238d;hp=a40488f8383f432005f52e2ffb7d657a436b77d0;hpb=e449f70197479ad384431f4cd1a23d994a8eb928;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/all.qh b/qcsrc/common/weapons/all.qh index a40488f83..b4ee1e25d 100644 --- a/qcsrc/common/weapons/all.qh +++ b/qcsrc/common/weapons/all.qh @@ -1,3 +1,14 @@ +// TODO: include once +//#ifndef WEAPONS_ALL_H +//#define WEAPONS_ALL_H + +#include "../util.qh" + +#ifdef SVQC +# include "config.qh" +# include "../../server/bot/aim.qh" +#endif + // ONLY EVER ADD NEW WEAPONS AT THE END. IF YOU REMOVE ONE, PUT THE LAST ONE ON // ITS PLACE. THIS IS TO AVOID UNNECESSARY RENUMBERING OF WEAPON IMPULSES. // IF YOU DISREGARD THIS NOTICE, I'LL KILL YOU WITH THE @!#%'N TUBA @@ -25,3 +36,7 @@ #include "w_seeker.qc" #include "w_shockwave.qc" #include "w_arc.qc" +#include "w_hmg.qc" +#include "w_rpc.qc" + +//#endif