mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 02:27:42 +00:00
string_view refactor
This commit is contained in:
@@ -30,7 +30,7 @@ protected:
|
||||
bool x2e3_24_ : 1;
|
||||
|
||||
public:
|
||||
CScriptActor(TUniqueId, const std::string&, const CEntityInfo&, const zeus::CTransform&, CModelData&&,
|
||||
CScriptActor(TUniqueId, std::string_view, const CEntityInfo&, const zeus::CTransform&, CModelData&&,
|
||||
const zeus::CAABox& aabb, float, float, const CMaterialList& matList, const CHealthInfo&,
|
||||
const CDamageVulnerability&, const CActorParameters&, bool, bool, u32, float, bool, bool, bool, bool);
|
||||
void Accept(IVisitor& visitor);
|
||||
|
||||
Reference in New Issue
Block a user