X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FObjects%2FPerson.hpp;h=590bbe407d89d53ca723ee16db502966bcc8db63;hb=1198f8141fe7d5b04a936935c45af3217064b0d7;hp=62af3a6a5c97d0ac0f50a3b2cede01f7b16d23f5;hpb=ed3662c0852c4312a612b4fc35bd03aba8d13db7;p=lugaru.git diff --git a/Source/Objects/Person.hpp b/Source/Objects/Person.hpp index 62af3a6..590bbe4 100644 --- a/Source/Objects/Person.hpp +++ b/Source/Objects/Person.hpp @@ -27,7 +27,7 @@ along with Lugaru. If not, see . #include "Graphic/gamegl.hpp" #include "Graphic/Models.hpp" #include "Graphic/Sprite.hpp" -#include "Math/Quaternions.hpp" +#include "Math/XYZ.hpp" #include "Objects/Weapons.hpp" #include @@ -387,7 +387,7 @@ public: void Puff(int whichlabel); void FootLand(bodypart whichfoot, float opacity); void DoStuff(); - void setAnimation(int); + void setTargetAnimation(int); void DoAnimations(); void RagDoll(bool checkcollision); @@ -395,6 +395,8 @@ public: bool addClothes(const int& clothesId); void addClothes(); + + void doAI(); }; const int maxplayers = 10;