X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FObjects%2FPerson.hpp;h=1b9a01c8f079b1d997f94b1eca7a2980302fa397;hp=856f050fee4d4f07713670cefea2e24be25009cb;hb=ce14053e72f4d03078e8d5e8b22721feafb0bd20;hpb=9981ce00aba99f97ecca8ff7e9331c3a11d8c1be diff --git a/Source/Objects/Person.hpp b/Source/Objects/Person.hpp index 856f050..1b9a01c 100644 --- a/Source/Objects/Person.hpp +++ b/Source/Objects/Person.hpp @@ -70,6 +70,13 @@ public: sound_type soundsAttack[4]; sound_type soundsTalk[2]; + std::string figureFileName; + std::string lowFigureFileName; + std::string clothesFileName; + std::string modelFileNames[7]; + std::string lowModelFileName; + std::string modelClothesFileName; + static std::vector types; static void Load(); };