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


#if defined(SIZE_QVGA)
enum {
	DLGABOUT_WIDTH	= 232,
	DLGABOUT_HEIGHT	= 40
};
#else
enum {
	DLGABOUT_WIDTH	= 342,
	DLGABOUT_HEIGHT	= 58
};
#endif


#ifdef __cplusplus
extern "C" {
#endif

int dlgabout_cmd(int msg, MENUID id, long param);

#ifdef __cplusplus
}
#endif


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