X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FObjects%2FPerson.hpp;h=322bdeedb142c3552c4e64f1f6f0d8ac4bb32725;hp=3f96a26f1b73e430636eceba768b35c56d80446e;hb=032eb3ccf8e2ccc6a150ac2765eb56daef77942e;hpb=aff8402e75951f0407020e7fa7c69f831c141ba1 diff --git a/Source/Objects/Person.hpp b/Source/Objects/Person.hpp index 3f96a26..322bdee 100644 --- a/Source/Objects/Person.hpp +++ b/Source/Objects/Person.hpp @@ -331,8 +331,9 @@ public: inline AnimationFrame& currentFrame() { return Animation::animations.at(animCurrent).frames.at(frameCurrent); } inline AnimationFrame& targetFrame() { return Animation::animations.at(animTarget).frames.at(frameTarget); } - void setProportions(float, float, float, float); - XYZ getProportion(int part) const; + void setProportions(float head, float body, float arms, float legs); + float getProportion(int part) const; + XYZ getProportionXYZ(int part) const; void CheckKick(); void CatchFire();