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:
@@ -10,7 +10,7 @@ class CScriptSwitch : public CEntity
|
||||
bool x34_opened;
|
||||
bool x35_closeOnOpened;
|
||||
public:
|
||||
CScriptSwitch(TUniqueId, const std::string&, const CEntityInfo&, bool, bool, bool);
|
||||
CScriptSwitch(TUniqueId, std::string_view, const CEntityInfo&, bool, bool, bool);
|
||||
|
||||
void Accept(IVisitor& visitor);
|
||||
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId objId, CStateManager &stateMgr);
|
||||
|
||||
Reference in New Issue
Block a user