X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=include%2Fvmd.h;h=0385d6e6ff421b85bc2666dd11f064c4e2456c25;hb=4b7b856e70fe8047f985e2598020032d0d87a672;hp=abe11d6343806a9f80af30c96ee5ab7ba0812c43;hpb=131e387afb18392dca8f52fdf172067499656337;p=meshio%2Fmeshio.git diff --git a/include/vmd.h b/include/vmd.h old mode 100755 new mode 100644 index abe11d6..0385d6e --- a/include/vmd.h +++ b/include/vmd.h @@ -171,14 +171,14 @@ struct IO char name[20]; //! ƒ‚[ƒVƒ‡ƒ“ - typedef std::map BoneMap; + typedef std::map BoneMap; BoneMap boneMap; - std::vector boneKeys; + std::vector boneKeys; //! •\î - typedef std::map MorphMap; + typedef std::map MorphMap; MorphMap morphMap; - std::vector morphKeys; + std::vector morphKeys; IO(); ~IO(); @@ -187,8 +187,8 @@ struct IO bool read(const char *path); bool write(std::ostream &os); - BoneKeyFrameList* getBoneKeyFrameList(const std::string &name); - MorphKeyFrameList* getMorphKeyFrameList(const std::string &name); + BoneKeyFrameList* getBoneKeyFrameList(const std::wstring &name); + MorphKeyFrameList* getMorphKeyFrameList(const std::wstring &name); }; inline std::ostream& operator<<(std::ostream &os, const IO &rhs) {