]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Person.h
Refactored weapon taking in Person::takeWeapon
[lugaru.git] / Source / Person.h
index dea9c3ad6202c510cf070127b79a06f0503fe80c..235f14d624f335dffa3ef722e2208e8342e5efe9 100644 (file)
@@ -1,5 +1,6 @@
 /*
 Copyright (C) 2003, 2010 - Wolfire Games
+Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -392,6 +393,8 @@ public:
     void setAnimation(int);
     void DoAnimations();
     void RagDoll(bool checkcollision);
+
+    void takeWeapon (int weaponId);
 };
 
 const int maxplayers = 10;