1 /*---------------------------------------------------------------------------*
2   Project:  WiiConnect24 API demos
3   File:     MsgViewerRender.h
4 
5   Copyright 2006 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   $Log: MsgViewerRender.h,v $
14   Revision 1.1  2006/09/27 08:59:19  torigoe_nobutaka
15   Renamed from render.h
16 
17   Revision 1.1  2006/08/28 08:51:50  torigoe_nobutaka
18   Initial check in.
19 
20 
21   $NoKeywords: $
22  *---------------------------------------------------------------------------*/
23 
24 #ifndef __DEMOS_NWC24DEMO_MSG_VIEWER_RENDER_H__
25 #define __DEMOS_NWC24DEMO_MSG_VIEWER_RENDER_H__
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
30 /*===========================================================================*/
31 
32 void    Render( void );
33 
34 /*===========================================================================*/
35 #ifdef __cplusplus
36 }
37 #endif
38 #endif  /* __DEMOS_NWC24DEMO_MSG_VIEWER_RENDER_H__ */
39 
40 /*======== End of MsgViewerRender.h ========*/
41