3 * This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3
4 * or any later version. For details on its copyright, license, and warranties,
5 * see the file NOTICE in the root directory of the PlomRogue source package.
7 * Routines for the game map window.
15 /* Try changing map window's focus into direction "d" (north = "N" etc.). Unset
16 * world.focus_each_turn.
18 extern void map_scroll(char d);
20 /* Center map window on player (even if it is non-visible). */
21 extern void map_center();
23 /* Toggle world.focus_each_turn (auto-centering of map on player each turn). */
24 extern void toggle_autofocus();