handle errors in main entry point

This commit is contained in:
scawful
2024-05-30 00:31:02 -04:00
parent fb22dc2bb1
commit 0f19fda556
3 changed files with 8 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ class Controller : public ExperimentFlags {
bool IsActive() const { return active_; }
absl::Status OnEntry(std::string filename = "");
void OnInput();
void OnLoad();
absl::Status OnLoad();
void DoRender() const;
void OnExit();