X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FPerson.h;h=60cc8616754fda39e805f17468912f6dbbf03bac;hb=cfdbe0ad0521045b27a60dbb1c963ea6dfdcda5a;hp=eed0a27490c1ae82db107f3092e88a463fe31785;hpb=f1f55db0495129376cff147ade264b4294f9bdc7;p=lugaru.git diff --git a/Source/Person.h b/Source/Person.h index eed0a27..60cc861 100644 --- a/Source/Person.h +++ b/Source/Person.h @@ -47,8 +47,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define rabbittype 0 #define wolftype 1 -struct Person +class Person { + public: int whichpatchx; int whichpatchz; @@ -179,7 +180,6 @@ struct Person float turnspeed; int aitype; - int aitarget; float aiupdatedelay; float losupdatedelay; int ally; @@ -425,6 +425,8 @@ struct 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); };