Files
2026-01-06 21:35:43 -08:00

13 lines
241 B
C++

#ifndef _CCHARLAYOUTINFO
#define _CCHARLAYOUTINFO
#include "Kyoto/Animation/CSegId.hpp"
#include <rstl/string.hpp>
class CCharLayoutInfo {
public:
CSegId GetSegIdFromString(const rstl::string& bone) const;
};
#endif // _CCHARLAYOUTINFO