mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:47:42 +00:00
string_view refactor
This commit is contained in:
@@ -22,7 +22,7 @@ class CScriptCameraHintTrigger : public CActor
|
||||
};
|
||||
|
||||
public:
|
||||
CScriptCameraHintTrigger(TUniqueId, bool, const std::string& name, const CEntityInfo&, const zeus::CVector3f&,
|
||||
CScriptCameraHintTrigger(TUniqueId, bool, std::string_view name, const CEntityInfo&, const zeus::CVector3f&,
|
||||
const zeus::CTransform&, bool, bool);
|
||||
|
||||
void Accept(IVisitor& visitor);
|
||||
|
||||
Reference in New Issue
Block a user