CTR Pia  4.11.3
Game Communication Engine
chat_definitions.h
1 /*---------------------------------------------------------------------------*
2  Project: Pia
3  File: chat_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 #include <pia/definitions.h>
18 #include <pia/assert.h>
19 #include <pia/chat/chat_types.h>
20 
21 #if NN_PIA_CAFE
22 #define NN_PIA_HF_LIBRARY 1
23 #else
24 #define NN_PIA_HF_LIBRARY 0
25 #endif