1 /*---------------------------------------------------------------------------*
2   Project:  WiiConnect24 API demos
3   File:     MsgViewerUpdate.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: MsgViewerUpdate.h,v $
14   Revision 1.1  2006/09/27 08:59:31  torigoe_nobutaka
15   Renamed from update.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_UPDATE_H__
25 #define __DEMOS_NWC24DEMO_MSG_VIEWER_UPDATE_H__
26 
27 #include <revolution/kpad.h>
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
32 /*===========================================================================*/
33 
34 void    Update( const KPADStatus* input );
35 
36 /*===========================================================================*/
37 #ifdef __cplusplus
38 }
39 #endif
40 #endif  /* __DEMOS_NWC24DEMO_MSG_VIEWER_UPDATE_H__ */
41 
42 /*======== End of MsgViewerUpdate.h ========*/
43