1 /*---------------------------------------------------------------------------* 2 Project: RevolutionDWC public include file 3 File: ./match/dwc_core.h 4 5 Copyright 2005-2008 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 *---------------------------------------------------------------------------*/ 14 15 #ifndef DWC_CORE_H_ 16 #define DWC_CORE_H_ 17 18 #ifdef __cplusplus 19 extern "C" 20 { 21 #endif 22 23 #ifndef DWC_NOGS 24 #include <match/dwc_login.h> 25 #include <match/dwc_datastorage.h> 26 #include <match/dwc_friend.h> 27 #include <match/dwc_match.h> 28 #include <match/dwc_transport.h> 29 #include <match/dwc_main.h> 30 #endif 31 32 33 #ifdef __cplusplus 34 } 35 #endif 36 37 38 #endif // DWC_CORE_H_ 39