1 /*---------------------------------------------------------------------------*
2   Project:  TwlSDK - MB - demos - fake_child
3   File:     font.h
4 
5   Copyright 2005-2008 Nintendo.  All rights reserved.
6 
7   These coded instructions, statements, and computer programs contain
8   proprietary information of Nintendo of America Inc. and/or Nintendo
9   Company Ltd., and are protected by Federal copyright law.  They may
10   not be disclosed to third parties or copied or duplicated in any form,
11   in whole or in part, without the prior written consent of Nintendo.
12 
13   $Date:: 2008-09-18#$
14   $Rev: 8573 $
15   $Author: okubata_ryoma $
16 *---------------------------------------------------------------------------*/
17 #ifndef MB_DEMO_FONT_H_
18 #define MB_DEMO_FONT_H_
19 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
24 #include <nitro/types.h>
25 
26 
27 extern const u16 samplePlttData[16][16];
28 
29 extern const u32 sampleFontCharData[8 * 0x100];
30 
31 
32 
33 #ifdef __cplusplus
34 }/* extern "C" */
35 #endif
36 
37 #endif // MB_DEMO_DISP_H_
38