Implement Initialize method in Editor class and override in derived editors
This commit is contained in:
@@ -37,7 +37,7 @@ class MessageEditor : public Editor, public SharedRom {
|
||||
public:
|
||||
MessageEditor() { type_ = EditorType::kMessage; }
|
||||
|
||||
absl::Status Initialize();
|
||||
void Initialize() override;
|
||||
absl::Status Update() override;
|
||||
void DrawMessageList();
|
||||
void DrawCurrentMessage();
|
||||
|
||||
Reference in New Issue
Block a user