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 13 //------------------------------------------------------------------------------ 14 /** @file erreula.h 15 * @brief Includes the various Error Viewer (erreula) libraries. 16 */ 17 //------------------------------------------------------------------------------ 18 19 20 #ifndef __ERREULA_H_ 21 #define __ERREULA_H_ 22 23 #include <nn/erreula/erreula_Types.h> 24 #include <nn/erreula/erreula_AppearArg.h> 25 #include <nn/erreula/erreula_Api.h> 26 #include <nn/erreula/erreula_Const.h> 27 28 29 #endif /* __ERREULA_H_ */ 30