X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fall.qh;h=b4ee1e25d9608d7d428cb22d9063413853b0da67;hp=a40488f8383f432005f52e2ffb7d657a436b77d0;hb=bb80a6aba067167c6ef8d5f3465f03bd34142fa2;hpb=0f3709f96ff607455d69dc4844e39a8ea0587675 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