File:  [RetroPC.NET] / np2 / embed / menu / dlgcfg.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_72, HEAD
debuneko- (T.Yui)


#if defined(SIZE_QVGA)
enum {
	DLGCFG_WIDTH	= 254,
	DLGCFG_HEIGHT	= 144
};
#else
enum {
	DLGCFG_WIDTH	= 303,
	DLGCFG_HEIGHT	= 172
};
#endif


#ifdef __cplusplus
extern "C" {
#endif

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

#ifdef __cplusplus
}
#endif


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