X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FWeapons.h;h=398530b75bd36b61da2193bc499191a8866d98fa;hb=94df0906c159318cb39bb4ee063336ba3cf51ccb;hp=6ed7e002171f99cc57cf8c3c3378f75206eb9471;hpb=b1c8c3f59ed6ae0e0ac7a9be826d9dea0dde247d;p=lugaru.git diff --git a/Source/Weapons.h b/Source/Weapons.h index 6ed7e00..398530b 100644 --- a/Source/Weapons.h +++ b/Source/Weapons.h @@ -67,6 +67,7 @@ public: void setType(int); void drop(XYZ velocity, XYZ tipvelocity, bool sethitsomething = true); + void thrown(XYZ velocity, bool sethitsomething = true); int owner; XYZ position;