1 /*---------------------------------------------------------------------------*
2 
3   Project:  OLV
4   File:     olv.h
5 
6   Copyright (C) Nintendo.  All rights reserved.
7 
8   These coded instructions, statements, and computer programs contain
9   proprietary information of Nintendo of America Inc. and/or Nintendo
10   Company Ltd., and are protected by Federal copyright law.  They may
11   not be disclosed to third parties or copied or duplicated in any form,
12   in whole or in part, without the prior written consent of Nintendo.
13 
14  *---------------------------------------------------------------------------*/
15 //------------------------------------------------------------------------------
16 /** @file  olv.h
17 *
18 *  @brief  Includes the various Miiverse (OLV) libraries.
19 *
20 */
21 //------------------------------------------------------------------------------
22 
23 #ifndef __OLV_H_
24 #define __OLV_H_
25 
26 #include <nn/olv/olv_Const.h>
27 #include <nn/olv/olv_Types.h>
28 #include <nn/olv/olv_Report.h>
29 #include <nn/olv/olv_Result.h>
30 #include <nn/olv/olv_Api.h>
31 
32 
33 #endif  // __OLV_H_
34