File:  [RetroPC.NET] / np2 / embed / menubase / menumbox.h
Revision 1.1: download - view: text, annotated - select for diffs
Fri Nov 21 15:51:10 2003 JST (21 years, 11 months ago) by yui
Branches: MAIN
CVS tags: VER_0_80, VER_0_79, VER_0_78, VER_0_77, VER_0_76, VER_0_75, VER_0_74, VER_0_73, VER_0_72, HEAD
debuneko- (T.Yui)


enum {
	MBOX_OK				= 0x0000,
	MBOX_OKCANCEL		= 0x0001,
	MBOX_ABORT			= 0x0002,
	MBOX_YESNOCAN		= 0x0003,
	MBOX_YESNO			= 0x0004,
	MBOX_RETRY			= 0x0005,
	MBOX_ICONSTOP		= 0x0010,
	MBOX_ICONQUESTION	= 0x0020,
	MBOX_ICONEXCLAME	= 0x0030,
	MBOX_ICONINFO		= 0x0040
};

#ifdef __cplusplus
extern "C" {
#endif

int menumbox(const char *string, const char *title, UINT type);

#ifdef __cplusplus
}
#endif


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