1 /*---------------------------------------------------------------------------*
2   Project:  NintendoWare
3   File:     dev.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: 17950 $
14  *---------------------------------------------------------------------------*/
15 
16 #ifndef NW_DEV_H_
17 #define NW_DEV_H_
18 
19 /*!
20   @namespace  nw::dev
21   @brief      開発用ライブラリの名前空間です。
22   @details    開発用ライブラリですのでNW_DEV_DISABLEDを定義して製品には含めないようにしてください。
23 */
24 
25 #include <nw/dev/dev_Config.h>
26 #include <nw/dev/dev_Profile.h>
27 #include <nw/dev/dev_DirectPrint.h>
28 #include <nw/dev/dev_Utility.h>
29 #include <nw/dev/dev_Screenshot.h>
30 
31 /* NW_DEV_H_ */
32 #endif
33