X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fweapons%2Fthrowing.qh;h=4994d02aed20a467aed1c6e5500648493d5f7c73;hb=c6437cd43edc4489ad69746a30b5532f18c1af74;hp=c09a8f88296c4da90d6743e686d960513f5692be;hpb=28931c8069eb1d283f01a26f31ad91d921294d9c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/weapons/throwing.qh b/qcsrc/server/weapons/throwing.qh index c09a8f882..4994d02ae 100644 --- a/qcsrc/server/weapons/throwing.qh +++ b/qcsrc/server/weapons/throwing.qh @@ -1,3 +1,6 @@ +#ifndef THROWING_H +#define THROWING_H + .float savenextthink; void thrown_wep_think(); @@ -10,3 +13,4 @@ float W_IsWeaponThrowable(float w); void W_ThrowWeapon(vector velo, vector delta, float doreduce); void SpawnThrownWeapon(vector org, float w); +#endif