]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Weapons.h
Refactor of weapon throwing in Weapon class. (named it thrown as throw is reserved...
[lugaru.git] / Source / Weapons.h
index 6ed7e002171f99cc57cf8c3c3378f75206eb9471..398530b75bd36b61da2193bc499191a8866d98fa 100644 (file)
@@ -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;