]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Person.hpp
Moved doAI in Person class
[lugaru.git] / Source / Objects / Person.hpp
index 62af3a6a5c97d0ac0f50a3b2cede01f7b16d23f5..5339e03681b5347194e610c74f30abf07f01a559 100644 (file)
@@ -395,6 +395,8 @@ public:
 
     bool addClothes(const int& clothesId);
     void addClothes();
+
+    void doAI();
 };
 
 const int maxplayers = 10;