1 2 3 4 5 6 7 8 9
#ifndef H_MAZE_GAME_ENTRY #define H_MAZE_GAME_ENTRY #include "app.h" #include "game.h" enum game_res game(struct app *app); #endif