CTR Pia
4.11.3
Game Communication Engine
Main Page
Namespace List
Class List
Class Index
Related Pages
Search Results
definitions.h
1
/*---------------------------------------------------------------------------*
2
Project: Pia
3
File: definitions.h
4
5
Copyright Nintendo. 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
14
15
#pragma once
16
17
//n1589: Includes made here are usually used by all classes in all modules of the Pia library.
18
19
//Declaration for generating references for the debug macros.
20
/*
21
Switched to a comment style that Doxygen does not recognize to prevent modules from being output as a reference.
22
23
@defgroup pia_common_debug_macro Represents macro definitions provided by the Pia library for debugging.
24
@brief Specifies the debugging macros provided by the Pia library.
25
@{
26
@}
27
*/
28
29
#include <pia/settings.h>
30
#include <pia/macros.h>
31
#include <pia/platform.h>
32
33
#include <pia/types.h>
34
#include <pia/result.h>
include
pia
definitions.h
© 2013–2017 Nintendo. All rights reserved. All company and product names in this document are the trademarks or registered trademarks of their respective companies.