diff options
| author | Mattias Blum <142374929+mattias-blum@users.noreply.github.com> | 2026-07-31 13:33:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-31 13:33:36 -0400 |
| commit | d46b64f9cba1c3561d504a753dcbd77c6ba796f7 (patch) | |
| tree | 33a390f1b6331fd0f4c551835fb5b8276b083d76 /include/d/d_menu_option.h | |
| parent | 45718d8cccbde7bad1c090de82e343fba68dc27f (diff) | |
d_menu work (#1141)
* more progress
* more progress
* more progress
* more progress
* d_menu work
d_menu_collect class members cleaned up, some functions at 100% matching
* added `Nonmatching` tag to unmatched functions
* more functions at 100%
* more functions matching
* more functions matching
Diffstat (limited to 'include/d/d_menu_option.h')
| -rw-r--r-- | include/d/d_menu_option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/d_menu_option.h b/include/d/d_menu_option.h index f56b9fb4..bcf7e6a4 100644 --- a/include/d/d_menu_option.h +++ b/include/d/d_menu_option.h @@ -14,7 +14,7 @@ class JUTFont; class dMenu_Option_c : public dDlst_base_c { public: void alphaChange(fopMsgM_pane_class*, f32) {} - void getQuitStatus() {} + u8 getQuitStatus() { return mE40; } void setArchive(JKRArchive* archive) { mpArchive = archive; } |
