#ifndef MENU_H #define MENU_H struct MenuItem { const char *text; u32 menuAction; // action?? }; #endif