home · contact · privacy
Server/py: Undummify build_fov_map().
[plomrogue] / src / client / map.h
index 4b1eb8d9c3e2dcb3efcecc8ccfbb2c39be07862b..8a3675084d1df838debf93145be2c0e5dbcba7ab 100644 (file)
 #include <stdint.h> /* uint8_t */
 
 
-/* Try changing map window's focus into direction "d" (north = "N" etc.). Unset
- * world.focus_each_turn.
- */
-extern void map_scroll(char d);
-
-/* Center map window on player (even if it is non-visible). */
-extern void map_center();
-
-/* Toggle world.focus_each_turn (auto-centering of map on player each turn). */
-extern void toggle_autofocus();
-
 /* Toggle world.look (moving look cursor instead of player over map). */
 extern void toggle_lookmode();