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.
13 #include <stdint.h> /* uint8_t */
16 /* Toggle world.look (moving look cursor instead of player over map). */
17 extern void toggle_lookmode();
19 /* Read "command" as look cursor move command, act on it.*/
20 extern uint8_t lookmode_nav(char * command);
22 /* Send THINGS_HERE query message to server.*/
23 extern void query_mapcell();