| 87 | } |
| 88 | |
| 89 | static void update_minimap() { |
| 90 | game->minimap.update = 1; |
| 91 | game->minimap.mustmake = 1; |
| 92 | } |
| 93 | |
| 94 | static void do_reveal_adventure(color_ostream &out, bool no_hell, bool incremental); |
| 95 | command_result reveal(color_ostream &out, vector<string> & params); |
no outgoing calls
no test coverage detected