]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Person.h
Cleaned up a bit clothes adding
[lugaru.git] / Source / Person.h
index f98f494d7278d018b91ee5d97965d2f74f7b548a..801553a394e363e83515e7ab37da14df5e0a3f38 100644 (file)
@@ -398,6 +398,9 @@ public:
     void RagDoll(bool checkcollision);
 
     void takeWeapon (int weaponId);
+
+    bool addClothes(const int& clothesId);
+    bool addClothes(const char* fileName);
 };
 
 const int maxplayers = 10;