File:  [RetroPC.NET] / xmil / wince / sysmenu.h
Revision 1.1: download - view: text, annotated - select for diffs
Thu Aug 19 20:09:20 2004 JST (21 years, 2 months ago) by yui
Branches: MAIN
CVS tags: HEAD
add...


enum {
	MENUTYPE_NORMAL	= 0
};


#ifdef __cplusplus
extern "C" {
#endif

BRESULT sysmenu_create(void);
void sysmenu_destroy(void);

BRESULT sysmenu_menuopen(UINT menutype, int x, int y);

#ifdef __cplusplus
}
#endif


RetroPC.NET-CVS <cvs@retropc.net>