1 2 3 4 5 6 7 8
#ifndef H_MAZE_MENU #define H_MAZE_MENU #include "app.h" void main_menu_loop(struct app *app); #endif