add message_editor_test and register in ctx

This commit is contained in:
scawful
2024-07-28 12:10:42 -04:00
parent 2cb942a712
commit c54ca779db
5 changed files with 30 additions and 2 deletions

View File

@@ -69,6 +69,7 @@ class MasterEditor : public SharedRom,
active_editors_.push_back(&graphics_editor_);
active_editors_.push_back(&palette_editor_);
active_editors_.push_back(&sprite_editor_);
active_editors_.push_back(&message_editor_);
}
void SetupScreen(std::shared_ptr<SDL_Renderer> renderer,