mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-09 11:05:12 -05:00
remote::Storage just barely working.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user