1 /*---------------------------------------------------------------------------* 2 3 Copyright (C) Nintendo. All rights reserved. 4 5 These coded instructions, statements, and computer programs contain 6 proprietary information of Nintendo of America Inc. and/or Nintendo 7 Company Ltd., and are protected by Federal copyright law. They may 8 not be disclosed to third parties or copied or duplicated in any form, 9 in whole or in part, without the prior written consent of Nintendo. 10 11 *---------------------------------------------------------------------------*/ 12 #ifndef __CAFE_H__ 13 #define __CAFE_H__ 14 15 #include <sdk_ver.h> 16 #include <cafe/ai.h> 17 #include <cafe/gx2.h> 18 #include <cafe/mem.h> 19 #include <cafe/mp.h> 20 #include <cafe/mtx.h> 21 #include <cafe/os.h> 22 #include <cafe/pad.h> 23 #include <cafe/fs.h> 24 25 #endif 26