X-Git-Url: https://plomlompom.com/repos/index.html?a=blobdiff_plain;f=src%2Fmain.c;h=6c60afa83de8f613aa1e0ccf83ed6e317fe1fedf;hb=e6dcab0e1261bc96d7754b24b798cc3a5f262335;hp=f2409758bf13183103d73686575b5868a77729d6;hpb=58f0067336c9239750009b3f35d18031bec8f7b5;p=plomrogue diff --git a/src/main.c b/src/main.c index f240975..6c60afa 100644 --- a/src/main.c +++ b/src/main.c @@ -21,9 +21,8 @@ * build_map_objects() */ #include "map.h" /* for struct Map, init_map() */ -#include "misc.h" /* for update_log(), toggle_window(), find_passable_pos(), - * save_game() - */ +#include "misc.h" /* for update_log(), find_passable_pos(), save_game() */ +#include "wincontrol.h" /* for toggle_window() */ #include "rrand.h" /* for rrand(), rrand_seed() */ #include "rexit.h" /* for exit_game() */ #include "control.h" /* for meta_control() */