mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
string_view refactor
This commit is contained in:
@@ -39,7 +39,7 @@ void CAnimationDatabaseGame::GetAllUniquePrimitives(std::vector<CPrimitive>& pri
|
||||
}
|
||||
|
||||
void CAnimationDatabaseGame::GetUniquePrimitivesFromMetaAnim(std::set<CPrimitive>& primsOut,
|
||||
const std::string& name) const
|
||||
std::string_view name) const
|
||||
{}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user