X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=Source%2FObjects%2FPerson.hpp;h=d67c503219e8660987c1ac13958a1a478f30262c;hb=8139604f6d9f7014ef516371895c72fabd55f828;hp=1b9a01c8f079b1d997f94b1eca7a2980302fa397;hpb=ce14053e72f4d03078e8d5e8b22721feafb0bd20;p=lugaru.git diff --git a/Source/Objects/Person.hpp b/Source/Objects/Person.hpp index 1b9a01c..d67c503 100644 --- a/Source/Objects/Person.hpp +++ b/Source/Objects/Person.hpp @@ -77,6 +77,8 @@ public: std::string lowModelFileName; std::string modelClothesFileName; + std::vector skins; + static std::vector types; static void Load(); };