File:  [RetroPC.NET] / xmil / nds / patch / font.h
Revision 1.1: download - view: text, annotated - select for diffs
Tue Mar 24 22:52:52 2009 JST (16 years, 7 months ago) by yui
Branches: MAIN
CVS tags: HEAD
add nds-win32 simulation project


#define	FONTX1_LR			0x10000
#define	FONTX1T_LR			0x20000

#if defined(__cplusplus)
extern "C"
{
#endif	/* defined(__cplusplus) */

extern	UINT8	font_ank[];

#if defined(__cplusplus)
}
#endif	/* defined(__cplusplus) */

#define	font_txt			__extromimage.txt
#define	font_knjx1			__extromimage.knjx1
#define	font_knjx1t			__extromimage.knjx1t

#define font_load(f, p)		do { } while(0)

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