X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FObjects%2FPerson.hpp;h=4896cbd2e237c053ca5fec29763d7407c131d977;hp=ba329fe52639255f20c400403fb7b3c2f2198d64;hb=3bc5ee099a4322252ae9afd564335b60856a0054;hpb=086b9fc6bc5e16d7f77839bfdadb64ab187cca61 diff --git a/Source/Objects/Person.hpp b/Source/Objects/Person.hpp index ba329fe..4896cbd 100644 --- a/Source/Objects/Person.hpp +++ b/Source/Objects/Person.hpp @@ -67,6 +67,10 @@ public: animation_type animStop; animation_type animLanding; animation_type animLandingHard; + animation_type animFightIdle; + animation_type animBounceIdle; + animation_type animTalkIdle; + sound_type soundsAttack[4]; sound_type soundsTalk[2]; @@ -81,6 +85,9 @@ public: GLubyte bloodText[512 * 512 * 3] = { 0 }; + PersonType(); + bool hasAnimTalkIdle(); + static std::vector types; static void Load(); };