X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FObjects%2FPerson.hpp;h=5339e03681b5347194e610c74f30abf07f01a559;hb=b7dde911e9f666eaccf6df33ec063c2061636f19;hp=62af3a6a5c97d0ac0f50a3b2cede01f7b16d23f5;hpb=ed3662c0852c4312a612b4fc35bd03aba8d13db7;p=lugaru.git diff --git a/Source/Objects/Person.hpp b/Source/Objects/Person.hpp index 62af3a6..5339e03 100644 --- a/Source/Objects/Person.hpp +++ b/Source/Objects/Person.hpp @@ -395,6 +395,8 @@ public: bool addClothes(const int& clothesId); void addClothes(); + + void doAI(); }; const int maxplayers = 10;