mirror of
https://github.com/PrimeDecomp/prime.git
synced 2026-07-12 18:18:56 -07:00
13 lines
241 B
C++
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
|