X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FPerson.h;h=2f0a6ca982b5482f973f192956ab036f064f62b6;hb=ff29f47f799d99cec7c2a6aa2cf818da2b931fc5;hp=f98f494d7278d018b91ee5d97965d2f74f7b548a;hpb=26d723b5199742608147abea40d26794f87016c2;p=lugaru.git diff --git a/Source/Person.h b/Source/Person.h index f98f494..2f0a6ca 100644 --- a/Source/Person.h +++ b/Source/Person.h @@ -398,6 +398,9 @@ public: void RagDoll(bool checkcollision); void takeWeapon (int weaponId); + + bool addClothes(const int& clothesId); + void addClothes(); }; const int maxplayers = 10;