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


#ifdef __cplusplus
extern "C" {
#endif

extern const OEMCHAR mstr_fontcheck[];
extern const OEMCHAR mstr_ok[];
extern const OEMCHAR mstr_cancel[];
extern const OEMCHAR mstr_abort[];
extern const OEMCHAR mstr_retry[];
extern const OEMCHAR mstr_ignore[];
extern const OEMCHAR mstr_yes[];
extern const OEMCHAR mstr_no[];

extern const MENURES2 menures_minimize;
extern const MENURES2 menures_close;

extern const MENURES2 menures_sys[2];

extern const MENURES2 menures_radio[3];
extern const MENURES2 menures_check;
extern const MENURES2 menures_scrbtn[2];

extern const UINT8 menures_slddat[];
extern const UINT16 menures_sldpos[3][12];

#ifdef __cplusplus
}
#endif


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