1 /*---------------------------------------------------------------------------* 2 Project: Horizon 3 File: applet_API.h 4 5 Copyright (C)2010 Nintendo Co., Ltd. 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 $Rev: 31762 $ 14 *---------------------------------------------------------------------------*/ 15 16 #ifndef NN_APPLET_CTR_APPLET_GFX_H_ 17 #define NN_APPLET_CTR_APPLET_GFX_H_ 18 19 #include <nn/os.h> 20 #include <nn/applet/CTR/applet_Parameters.h> 21 #include <nn/applet/CTR/applet_api.h> 22 23 #include <nn/gx.h> 24 #include <nn/hid.h> 25 26 /* Please see man pages for details 27 28 */ 29 30 namespace nn { 31 namespace applet { 32 namespace CTR { 33 34 using namespace nn::applet::CTR; 35 36 } 37 } 38 } 39 40 41 #include <nn/util/detail/util_CLibImpl.h> 42 //---------------------------------------------------------------- 43 44 /* 45 46 */ 47 48 #endif // ifndef NN_APPLET_CTR_APPLET_GFX_H_ 49