mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
string_view refactor
This commit is contained in:
@@ -45,7 +45,7 @@ class CScriptSound : public CActor
|
||||
};
|
||||
|
||||
public:
|
||||
CScriptSound(TUniqueId, const std::string& name, const CEntityInfo& info, const zeus::CTransform& xf, s16 soundId,
|
||||
CScriptSound(TUniqueId, std::string_view name, const CEntityInfo& info, const zeus::CTransform& xf, s16 soundId,
|
||||
bool, float, float, float, u32, u32, u32, u32, u32, u32, bool, bool, bool, bool, bool, bool, bool, u32);
|
||||
|
||||
void Accept(IVisitor& visitor);
|
||||
|
||||
Reference in New Issue
Block a user