X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=include%2Fpmd.h;fp=include%2Fpmd.h;h=573882f6eff6720206532e26ca4f890fd288fdda;hb=52bfc6a430ecf210400efab83832eebb38820b58;hp=ed2c1e624f2e5d7bc607274ec26a2993437d9447;hpb=6064301db9ff204e36ae69ecd502ab6e5675a2f0;p=meshio%2Fmeshio.git diff --git a/include/pmd.h b/include/pmd.h index ed2c1e6..573882f 100644 --- a/include/pmd.h +++ b/include/pmd.h @@ -174,6 +174,7 @@ struct Bone : parent(0) {} std::wstring getName()const; + void setName(const char *src); }; inline std::ostream &operator<<(std::ostream &os, const Bone &rhs)