#ifndef H_MAZE_APP #define H_MAZE_APP #include "maze.h" #include "config.h" #include "args.h" struct app { struct maze *maze; struct args *args; struct conf *conf; }; #endif