X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fcommon%2Fweapons%2Fweapon%2Ftuba.qh;fp=qcsrc%2Fcommon%2Fweapons%2Fweapon%2Ftuba.qh;h=335326514d76fdfb85dbe49a43734737a11696dd;hp=f0cb6d2493a471c6724dc31e3ad701f34206d4b6;hb=0d0a2025de767dbfae0519941294f5947fe38c1f;hpb=df0725fcacd8658029c3d9556a213ddb5d0ded62 diff --git a/qcsrc/common/weapons/weapon/tuba.qh b/qcsrc/common/weapons/weapon/tuba.qh index f0cb6d2493..335326514d 100644 --- a/qcsrc/common/weapons/weapon/tuba.qh +++ b/qcsrc/common/weapons/weapon/tuba.qh @@ -51,3 +51,7 @@ classfield(Tuba) .float tuba_volume; classfield(Tuba) .float tuba_volume_initial; classfield(Tuba) .int tuba_instrument; #endif + +#ifdef SVQC +bool W_Tuba_HasPlayed(entity pl, .entity weaponentity, string melody, int instrument, bool ignorepitch, float mintempo, float maxtempo); +#endif