mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:47:42 +00:00
string_view refactor
This commit is contained in:
@@ -17,7 +17,7 @@ public:
|
||||
CAnimTreeBlend(bool,
|
||||
const std::shared_ptr<CAnimTreeNode>& a,
|
||||
const std::shared_ptr<CAnimTreeNode>& b,
|
||||
float blendWeight, const std::string& name);
|
||||
float blendWeight, std::string_view name);
|
||||
|
||||
SAdvancementResults VAdvanceView(const CCharAnimTime& a);
|
||||
CCharAnimTime VGetTimeRemaining() const;
|
||||
|
||||
Reference in New Issue
Block a user