1 /*---------------------------------------------------------------------------* 2 Project: WiiConnect24 API demos 3 File: FLViewerRender.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: FLViewerRender.h,v $ 14 Revision 1.1 2006/09/13 10:07:22 torigoe_nobutaka 15 Initial check in. 16 17 $NoKeywords: $ 18 *---------------------------------------------------------------------------*/ 19 #ifndef __DEMOS_NWC24DEMO_FLVIEWER_RENDER_H__ 20 #define __DEMOS_NWC24DEMO_FLVIEWER_RENDER_H__ 21 22 #ifdef __cplusplus 23 extern "C" { 24 #endif 25 /*===========================================================================*/ 26 27 void Render( void ); 28 29 /*===========================================================================*/ 30 #ifdef __cplusplus 31 } 32 #endif 33 #endif /* __DEMOS_NWC24DEMO_FLVIEWER_RENDER_H__ */ 34 35 /*======== End of FLViewerRender.h ========*/ 36