mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-16 13:42:16 -04:00
Pretty icons
This commit is contained in:
parent
a67feb01fd
commit
c0909fa298
26 changed files with 436 additions and 82 deletions
|
@ -38,6 +38,7 @@ namespace ui {
|
|||
struct MenuItem {
|
||||
std::string text;
|
||||
ui::Color color;
|
||||
const Bitmap* bitmap;
|
||||
std::function<void(void)> on_select;
|
||||
|
||||
// TODO: Prevent default-constructed MenuItems.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue