1 /*---------------------------------------------------------------------------* 2 Project: NintendoWare 3 File: nw.h 4 5 Copyright (C)2009-2010 Nintendo Co., Ltd./HAL Laboratory, Inc. 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 $Revision: 24154 $ 14 *---------------------------------------------------------------------------*/ 15 16 #ifndef NW_H_ 17 #define NW_H_ 18 19 /*! @namespace nw 20 @brief ルートとなる名前空間 21 */ 22 23 24 25 /*! @mainpage 26 27 <h2>"Confidential"</h2> 28 <hr> 29 This document contains confidential and proprietary information of Nintendo 30 and is also protected under the copyright laws of the United States and 31 foreign countries. No part of this document may be released, distributed, 32 transmitted or reproduced in any form or by any electronic or mechanical 33 means, including information storage and retrieval systems, without permission 34 in writing from Nintendo. 35 36 (c) 2009 Nintendo Co.,Ltd. All rights reserved. 37 <hr> 38 <h2>このドキュメントの内容は、秘密情報であるため、厳重な取扱い、管理を行なってください。</h2> 39 */ 40 41 #include <nw/types.h> 42 43 #include <nw/ut.h> 44 #include <nw/io.h> 45 #include <nw/os.h> 46 #include <nw/math.h> 47 48 #include <nw/font.h> 49 #include <nw/lyt.h> 50 51 #include <nw/anim.h> 52 #include <nw/gfx.h> 53 54 #include <nw/snd.h> 55 56 #endif 57