clean up and quit */
| 2178 | |
| 2179 | /* clean up and quit */ |
| 2180 | void |
| 2181 | bail(const char *mesg) |
| 2182 | { |
| 2183 | clearlocks(); |
| 2184 | mswin_exit_nhwindows(mesg); |
| 2185 | nh_terminate(EXIT_SUCCESS); |
| 2186 | /*NOTREACHED*/ |
| 2187 | } |
| 2188 | |
| 2189 | BOOL |
| 2190 | initMapTiles(void) |
no test coverage detected