]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Weapons.h
First refactoring of weapon dropping inside Weapon class
[lugaru.git] / Source / Weapons.h
index 0c66b5d78004722a5e98b8485fd3e8fe2dee61b1..6ed7e002171f99cc57cf8c3c3378f75206eb9471 100644 (file)
@@ -66,6 +66,8 @@ public:
     }
     void setType(int);
 
+    void drop(XYZ velocity, XYZ tipvelocity, bool sethitsomething = true);
+
     int owner;
     XYZ position;
     XYZ tippoint;