home · contact · privacy
Moved several windows control functions from misc library into new wincontrol library.
[plomrogue] / src / main.c
index f2409758bf13183103d73686575b5868a77729d6..6c60afa83de8f613aa1e0ccf83ed6e317fe1fedf 100644 (file)
@@ -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() */