CTR-Pia
5.4.3
Game Communication Engine
メインページ
ネームスペース一覧
クラス構成
クラス索引
関連ページ
Result 検索
全て
クラス
ネームスペース
関数
変数
型定義
列挙型
列挙型の値
ページ
pia_Definitions.h
1
/*--------------------------------------------------------------------------------*
2
Copyright (C)Nintendo All rights reserved.
3
4
These coded instructions, statements, and computer programs contain proprietary
5
information of Nintendo and/or its licensed developers and are protected by
6
national and international copyright laws. They may not be disclosed to third
7
parties or copied or duplicated in any form, in whole or in part, without the
8
prior written consent of Nintendo.
9
10
The content herein is highly confidential and should be handled accordingly.
11
*--------------------------------------------------------------------------------*/
12
13
14
#pragma once
15
16
//n1589:Piaライブラリの全モジュールの全クラスで通常使われるものをここでインクルード
17
18
//デバッグマクロ群のリファレンス生成用の宣言
19
/*
20
リファレンスに出力される「モジュール」を回避するために doxygen で
21
認識されないコメントにしています。
22
@defgroup pia_common_debug_macro Pia の提供するデバッグ用マクロ定義
23
@brief Pia の提供するデバッグ用マクロです。
24
@{
25
@}
26
*/
27
28
#include <nn/pia/pia_Settings.h>
29
#include <nn/pia/pia_Macros.h>
30
#include <nn/pia/pia_Platform.h>
31
32
#include <nn/pia/pia_Types.h>
33
#include <nn/pia/pia_Result.h>
Include
nn
pia
pia_Definitions.h
© 2016 Nintendo Co., Ltd. All rights reserved. 記載されている会社名、製品名等は、各社の登録商標または商標です。