X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FPerson.h;h=bb8a59a15274094fbc4d37572a352960df07e779;hb=2225f1c55686551fb616447f9f7ad25fb412a968;hp=b061e3b4f3f3a7ba757812d4e55895f66789fb32;hpb=2609df0eb8239f33810537d12b9986aa5af00438;p=lugaru.git diff --git a/Source/Person.h b/Source/Person.h index b061e3b..bb8a59a 100644 --- a/Source/Person.h +++ b/Source/Person.h @@ -329,6 +329,11 @@ class Person + // convenience + Joint& joint(int); + XYZ& jointPos(int); + XYZ& jointVel(int); + void CheckKick(); void CatchFire(); void DoBlood(float howmuch, int which); @@ -386,7 +391,6 @@ class Person void Puff(int whichlabel); void FootLand(int which, float opacity); void DoStuff(); - Joint& getJointFor(int); void setAnimation(int); void DoAnimations(); void RagDoll(bool checkcollision);