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:
@@ -22,7 +22,7 @@ class CScriptSpawnPoint : public CEntity
|
||||
u8 _dummy = 0;
|
||||
};
|
||||
public:
|
||||
CScriptSpawnPoint(TUniqueId, const std::string& name, const CEntityInfo& info,
|
||||
CScriptSpawnPoint(TUniqueId, std::string_view name, const CEntityInfo& info,
|
||||
const zeus::CTransform& xf, const std::vector<u32>& itemCounts,
|
||||
bool, bool, bool);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user