Refactor DrawRomSelector method in EditorManager to return absl::Status for improved error handling; update method signature in header file and adjust menu drawing logic accordingly.

This commit is contained in:
scawful
2025-04-16 22:34:57 -04:00
parent a01d554f15
commit c2a0cd930c
2 changed files with 5 additions and 11 deletions

View File

@@ -65,8 +65,7 @@ class EditorManager {
private:
void DrawHomepage();
void DrawRomSelector();
absl::Status DrawRomSelector();
absl::Status LoadRom();
absl::Status LoadAssets();
absl::Status SaveRom();