1 /*---------------------------------------------------------------------------*
2   Project:  NintendoWare
3   File:     dev.h
4 
5   Copyright (C)2009-2011 Nintendo/HAL Laboratory, Inc.  All rights reserved.
6 
7   These coded instructions, statements, and computer programs contain proprietary
8   information of Nintendo and/or its licensed developers and are protected by
9   national and international copyright laws. They may not be disclosed to third
10   parties or copied or duplicated in any form, in whole or in part, without the
11   prior written consent of Nintendo.
12 
13   The content herein is highly confidential and should be handled accordingly.
14 
15   $Revision: 31311 $
16  *---------------------------------------------------------------------------*/
17 
18 #ifndef NW_DEV_H_
19 #define NW_DEV_H_
20 
21 /*!
22   @namespace  nw::dev
23   @brief      開発用ライブラリの名前空間です。
24   @details    開発用ライブラリですのでNW_DEV_DISABLEDを定義して製品には含めないようにしてください。
25 */
26 
27 #include <nw/dev/dev_Config.h>
28 #include <nw/dev/dev_Profile.h>
29 #include <nw/dev/dev_DirectPrint.h>
30 #include <nw/dev/dev_Utility.h>
31 #include <nw/dev/dev_Screenshot.h>
32 
33 /* NW_DEV_H_ */
34 #endif
35