Files
nethack/outdated/sys/wince/mhmenu.h
nhmall c6d09a58d6 move unmaintained files into outdated folder
If an old port is resurrected to work with current version code, its files
can be relocated to the appropriate sys or win folder as required.

In the meantime, the burden of upkeep can be avoided for the stuff in the
outdated folder for now.
2020-05-10 11:24:51 -04:00

21 lines
528 B
C

/* NetHack may be freely redistributed. See license for details. */
/*
* $NHDT-Date: 1432512802 2015/05/25 00:13:22 $ $NHDT-Branch: master $:$NHDT-Revision: 1.5 $
*/
#ifndef MSWINMenuWindow_h
#define MSWINMenuWindow_h
#include "winMS.h"
#include "config.h"
#include "global.h"
#define MENU_TYPE_TEXT 1
#define MENU_TYPE_MENU 2
HWND mswin_init_menu_window(int type);
int mswin_menu_window_select_menu(HWND hwnd, int how, MENU_ITEM_P **);
void mswin_menu_window_size(HWND hwnd, LPSIZE sz);
#endif /* MSWINTextWindow_h */