File:  [RetroPC.NET] / np2 / embed / menu / dlgcfg.h
Revision 1.4: download - view: text, annotated - select for diffs
Sat Dec 27 05:52:30 2003 JST (21 years, 10 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, HEAD
restore ver0.72->ver0.73 (T.Yui)


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


#ifdef __cplusplus
extern "C" {
#endif

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

#ifdef __cplusplus
}
#endif


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