Controller cleanup

This commit is contained in:
scawful
2023-11-25 20:52:09 -05:00
parent 16b865c328
commit 08090529ef
2 changed files with 6 additions and 9 deletions

View File

@@ -11,6 +11,7 @@
#include "absl/status/status.h"
#include "app/core/common.h"
#include "app/core/editor.h"
#include "app/editor/master_editor.h"
#include "app/gui/icons.h"
#include "app/gui/style.h"
@@ -23,7 +24,7 @@ namespace core {
class Controller : public ExperimentFlags {
public:
bool IsActive() const;
bool IsActive() const { return active_; }
absl::Status OnEntry();
void OnInput();
void OnLoad();