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.2  2008/04/28 11:19:22  hirose_kazuki
15   Updated framework.
16 
17   Revision 1.1  2006/09/27 08:59:31  torigoe_nobutaka
18   Renamed from update.h
19 
20   Revision 1.1  2006/08/28 08:51:50  torigoe_nobutaka
21   Initial check in.
22 
23 
24   $NoKeywords: $
25  *---------------------------------------------------------------------------*/
26 
27 #ifndef __DEMOS_NWC24DEMO_MSG_VIEWER_UPDATE_H__
28 #define __DEMOS_NWC24DEMO_MSG_VIEWER_UPDATE_H__
29 
30 #include <revolution/kpad.h>
31 
32 #ifdef __cplusplus
33 extern "C" {
34 #endif
35 /*===========================================================================*/
36 
37 void    Update( u32 input );
38 
39 /*===========================================================================*/
40 #ifdef __cplusplus
41 }
42 #endif
43 #endif  /* __DEMOS_NWC24DEMO_MSG_VIEWER_UPDATE_H__ */
44 
45 /*======== End of MsgViewerUpdate.h ========*/
46