OSDN Git Service

Initial Import
[nethackexpress/trunk.git] / sys / wince / mhdlg.h
1 /* Copyright (C) 2001 by Alex Kompel <shurikk@pacbell.net> */
2 /* NetHack may be freely redistributed.  See license for details. */
3
4 #ifndef MSWINDlgWindow_h
5 #define MSWINDlgWindow_h
6
7 #include "winMS.h"
8 #include "config.h"
9 #include "global.h"
10
11 int mswin_getlin_window (const char *question, char *result, size_t result_size);
12 int mswin_ext_cmd_window (int* selection);
13 int  mswin_player_selection_window(int* selection);
14
15 #endif /* MSWINDlgWindow_h */