#ifndef INCLUDE_MENU #define INCLUDE_MENU #include typedef struct t_menu_state { } menu_state; void update_menu(platform_window* window); #endif