]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Weapons.h
Moved Account::active in Account class. Maybe it should be changed for a method and...
[lugaru.git] / Source / Weapons.h
index 6ed7e002171f99cc57cf8c3c3378f75206eb9471..74725413b47f02a970f79167390e0bec67d714a9 100644 (file)
@@ -25,7 +25,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 
 #include "gamegl.h"
 #include "Quaternions.h"
-#include "Skeleton.h"
+#include "Animation/Skeleton.h"
 #include "Models.h"
 #include "Terrain.h"
 #include "Sprite.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;
@@ -96,7 +97,6 @@ private:
     int type;
 
     XYZ oldtippoint;
-    float lastmult;
     XYZ oldposition;
     int oldowner;
     bool onfire;