X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fall.qh;h=c88e3a70421b239a3468af98adb79d17c1460aeb;hb=ae277921268b84c7b7ee5ab901ce7f0088c07605;hp=83fe0c19673ccc513463f50eb13145c90a8d5f1b;hpb=71963d96e2432f053ed6048dc40f0bc51458d804;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/weapons/all.qh b/qcsrc/common/weapons/all.qh index 83fe0c196..c88e3a704 100644 --- a/qcsrc/common/weapons/all.qh +++ b/qcsrc/common/weapons/all.qh @@ -4,8 +4,8 @@ #include #include "config.qh" -// weapon sets -USING(WepSet, vector); +#include "weapon.qh" + #ifdef SVQC void WriteWepSet(float dest, WepSet w); #endif @@ -16,8 +16,6 @@ WepSet WepSet_GetFromStat_InMap(); WepSet ReadWepSet(); #endif -#include "weapon.qh" - #ifdef GAMEQC #include "calculations.qh" #include "projectiles.qh"