Implement the new Settings Screen

This commit is contained in:
2022-04-10 09:55:05 +02:00
parent f7bd625610
commit 6fd37ffd3d
2 changed files with 39 additions and 0 deletions

View File

@ -134,6 +134,19 @@ namespace RenderD7
//static void HandleOvl();
};
class RSettings : public RenderD7::Scene
{
private:
/* data */
public:
RSettings();
void Draw(void) const override;
~RSettings();
void Logic(u32 hDown, u32 hHeld, u32 hUp, touchPosition touch) override;
};
void LoadSettings();
/*class Ovl {
public:
virtual ~Ovl(){}