mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 19:44:55 +00:00
string_view refactor
This commit is contained in:
@@ -15,7 +15,7 @@ class CAnimation
|
||||
public:
|
||||
CAnimation(CInputStream& in);
|
||||
const std::shared_ptr<IMetaAnim>& GetMetaAnim() const {return x10_anim;}
|
||||
const std::string& GetMetaAnimName() const { return x0_name; }
|
||||
std::string_view GetMetaAnimName() const { return x0_name; }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user