remote::Storage just barely working.

This commit is contained in:
J-D-K
2025-07-04 13:06:47 -04:00
parent e29db89706
commit e27e0c8e51
92 changed files with 2240 additions and 1044 deletions

View File

@@ -4,20 +4,20 @@
#include "ui/Menu.hpp"
/// @brief Extras menu.
class ExtrasMenuState : public AppState
class ExtrasMenuState final : public AppState
{
public:
/// @brief Constructor.
ExtrasMenuState(void);
ExtrasMenuState();
/// @brief Required even if nothing happens.
~ExtrasMenuState() {};
/// @brief Updates the menu.
void update(void) override;
void update() override;
/// @brief Renders the menu to screen.
void render(void) override;
void render() override;
private:
/// @brief Menu