mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-28 11:12:26 -04:00
Add AISAppView.
This commit is contained in:
parent
fc16bc7867
commit
1f2b28b2b8
3 changed files with 22 additions and 1 deletions
|
@ -134,6 +134,16 @@ private:
|
|||
void advance(const int32_t amount);
|
||||
};
|
||||
|
||||
class AISAppView : public View {
|
||||
public:
|
||||
AISAppView();
|
||||
|
||||
void set_parent_rect(const Rect new_parent_rect) override;
|
||||
|
||||
private:
|
||||
AISRecentEntriesView recent_entries_view;
|
||||
};
|
||||
|
||||
} /* namespace ui */
|
||||
|
||||
#endif/*__AIS_APP_H__*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue