mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 09:25:30 -04:00
Add Receiver sub-menu, Transponders item and sub-menu.
This commit is contained in:
parent
e04e72abe7
commit
5ecc6d0330
10 changed files with 46 additions and 22 deletions
|
@ -76,6 +76,16 @@ private:
|
|||
View* push_view(std::unique_ptr<View> new_view);
|
||||
};
|
||||
|
||||
class TranspondersMenuView : public MenuView {
|
||||
public:
|
||||
TranspondersMenuView(NavigationView& nav);
|
||||
};
|
||||
|
||||
class ReceiverMenuView : public MenuView {
|
||||
public:
|
||||
ReceiverMenuView(NavigationView& nav);
|
||||
};
|
||||
|
||||
class SystemMenuView : public MenuView {
|
||||
public:
|
||||
SystemMenuView(NavigationView& nav);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue