mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 11:07:44 +00:00
string_view refactor
This commit is contained in:
@@ -36,7 +36,7 @@ protected:
|
||||
public:
|
||||
static const std::vector<SConnection> NullConnectionList;
|
||||
virtual ~CEntity() = default;
|
||||
CEntity(TUniqueId uid, const CEntityInfo& info, bool active, const std::string& name);
|
||||
CEntity(TUniqueId uid, const CEntityInfo& info, bool active, std::string_view name);
|
||||
virtual void Accept(IVisitor& visitor)=0;
|
||||
virtual void PreThink(float, CStateManager&) {}
|
||||
virtual void Think(float, CStateManager&) {}
|
||||
|
||||
Reference in New Issue
Block a user