/*---------------------------------------------------------------------------* Project: TwlSDK File: twl_hybrid.h Copyright 2008 Nintendo. All rights reserved. These coded instructions, statements, and computer programs contain proprietary information of Nintendo of America Inc. and/or Nintendo Company Ltd., and are protected by Federal copyright law. They may not be disclosed to third parties or copied or duplicated in any form, in whole or in part, without the prior written consent of Nintendo. $Date:: 2008-07-15#$ $Rev: 7344 $ $Author: yosizaki $ *---------------------------------------------------------------------------*/ #ifndef TWL_HYBRID_H_ #define TWL_HYBRID_H_ #ifdef SDK_ASM //-------------------------------- SDK_ASM #ifdef SDK_NITRO //---- NITRO #include #include #include #include #else //---- TWL #include #include #include #include #endif //SDK_NITRO #else //SDK_ASM //-------------------------------- not SDK_ASM // // Workaround for no macro warnings on CW: // - __embedded_cplusplus in MSL_C\MSL_ARM\Include\ansi_prefix.ARM.h // - __VEC__ in MSL_C\MSL_Common\Include\stdlib.h // - _MSL_USE_INLINE in MSL_C\MSL_ARM\Include\math.ARM.h, // #ifdef __MWERKS__ # ifdef __cplusplus # ifndef __embedded_cplusplus # define __embedded_cplusplus 0 # endif # ifndef __VEC__ # define __VEC__ 0 # endif # endif # if !defined(_MSL_USE_INLINE) && __option(dont_inline) # define _MSL_USE_INLINE 0 # endif #endif #ifdef SDK_NITRO //---------------- for NITRO #include #include #include #include #include #include #include #include #include #else //---------------- for TWL #include #include #include #include #include #include #include #include #include #endif // SDK_NITRO //---------------- for common #include #include #ifdef SDK_NITRO //---------------- for NITRO #include #include #include #else //---------------- for TWL #include #include #include #endif //---------------- for common #include #include #include #include #include #include #include //#include #include #ifdef SDK_TWL //---------------- for TWL #include #include #include #include #endif //---------------- for common #ifdef SDK_ARM9 //---- only for ARM9 #include #include #include #include #include #include #include #include #include #include #include #include #include #else //SDK_ARM7 //---- only for ARM7 #include #endif //SDK_ARM7 //------------------------------------------------ #endif //SDK_ASM /* TWL_HYBRID_H_ */ #endif