OSDN Git Service

add gitignore
[nethackexpress/trunk.git] / win / win32 / mhmap.h
1 /* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */
2 /* NetHack may be freely redistributed.  See license for details. */
3
4 #ifndef MSWINMapWindow_h
5 #define MSWINMapWindow_h
6
7 #include "winMS.h"
8 #include "config.h"
9 #include "global.h"
10
11
12 HWND mswin_init_map_window (void);
13 void mswin_map_stretch(HWND hWnd, LPSIZE lpsz, BOOL redraw);
14 int mswin_map_mode(HWND hWnd, int mode);
15
16 #define ROGUE_LEVEL_MAP_MODE            MAP_MODE_ASCII12x16     
17
18 #define DEF_CLIPAROUND_MARGIN  5
19 #define DEF_CLIPAROUND_AMOUNT  1
20
21 #endif /* MSWINMapWindow_h */