1 /*---------------------------------------------------------------------------* 2 Project: WiiConnect24 API demos 3 File: FLViewerUpdate.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: FLViewerUpdate.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_UPDATE_H__ 20 #define __DEMOS_NWC24DEMO_FLVIEWER_UPDATE_H__ 21 22 #include <revolution/kpad.h> 23 24 #ifdef __cplusplus 25 extern "C" { 26 #endif 27 /*===========================================================================*/ 28 29 void Update( const KPADStatus* input ); 30 31 /*===========================================================================*/ 32 #ifdef __cplusplus 33 } 34 #endif 35 #endif /* __DEMOS_NWC24DEMO_FLVIEWER_UPDATE_H__ */ 36 37 /*======== End of FLViewerUpdate.h ========*/ 38