Implement the new Settings Screen
This commit is contained in:
13
renderd7.hpp
13
renderd7.hpp
@ -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(){}
|
||||
|
Reference in New Issue
Block a user