shutdown based on platform, update accessors for editors

This commit is contained in:
scawful
2024-07-31 11:28:09 -04:00
parent b08eb303ca
commit 49fbdd4c41
4 changed files with 16 additions and 4 deletions

View File

@@ -40,6 +40,8 @@ class Controller : public ExperimentFlags {
void DoRender() const;
void OnExit();
auto master_editor() -> editor::MasterEditor & { return master_editor_; }
private:
struct sdl_deleter {
void operator()(SDL_Window *p) const {