File:  [RetroPC.NET] / np2 / embed / menubase / menures.h
Revision 1.2: download - view: text, annotated - select for diffs
Sat Jun 19 01:58:11 2004 JST (21 years, 4 months ago) by yui
Branches: MAIN
CVS tags: VER_0_80, VER_0_79, HEAD
change strings literals (T.Yui)


#ifdef __cplusplus
extern "C" {
#endif

extern const char mstr_fontcheck[];
extern const char mstr_ok[];
extern const char mstr_cancel[];
extern const char mstr_abort[];
extern const char mstr_retry[];
extern const char mstr_ignore[];
extern const char mstr_yes[];
extern const char 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 BYTE menures_slddat[];
extern const UINT16 menures_sldpos[3][12];

#ifdef __cplusplus
}
#endif


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