mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-05 13:14:34 -04:00
Add lots of value constructors.
This commit is contained in:
parent
cd31ae86d7
commit
4eb0facacb
54 changed files with 194 additions and 217 deletions
|
@ -61,7 +61,7 @@ private:
|
|||
|
||||
class MenuView : public View {
|
||||
public:
|
||||
std::function<void(void)> on_left;
|
||||
std::function<void(void)> on_left { };
|
||||
|
||||
MenuView() {
|
||||
set_focusable(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue