1 /*---------------------------------------------------------------------------* 2 Project: RevolutionSDK Extensions 3 File: rex.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: rex.h,v $ 14 Revision 1.2 2006/08/15 06:28:06 seiki_masashi 15 Made the project name standardized to RevolutionSDK Extensions 16 17 Revision 1.1 2006/08/09 00:02:45 yasu 18 initial version 19 20 $NoKeywords: $ 21 *---------------------------------------------------------------------------*/ 22 23 #ifndef REX_H_ 24 #define REX_H_ 25 26 #include <revolution.h> 27 #include <revolution/mp.h> 28 #include <revolution/mpdl.h> 29 #include <revolution/ncd.h> 30 #include <revolution/nwc24.h> 31 #include <revolution/net.h> 32 #include <revolution/so.h> 33 34 #ifdef __cplusplus 35 extern "C" { 36 #endif 37 #ifdef __cplusplus 38 } /* extern "C" */ 39 #endif 40 #endif /* REX_H_ */ 41