/*---------------------------------------------------------------------------*
Copyright (C) Nintendo. All rights reserved.
These coded instructions, statements, and computer programs contain
proprietary information of Nintendo of America Inc. and/or Nintendo
Company Ltd., and are protected by Federal copyright law. They may
not be disclosed to third parties or copied or duplicated in any form,
in whole or in part, without the prior written consent of Nintendo.
*---------------------------------------------------------------------------*/
#ifndef NN_EC_H_
#define NN_EC_H_
/*!
@defgroup nn_ec E-Commerce (EC) Library
@brief This library is for using e-commerce features.
Before you implement this library, we recommend that you read Programming Manual: ECDK.
@{
@namespace nn::ec
@brief Namespace for the E-Commerce (EC) Library.
@namespace nn::ec::applet
@brief Namespace for the E-Commerce (EC) Library Applet API.
@defgroup nn_ec_api E-Commerce (EC) API
@brief A list of E-Commerce (EC) library API elements.
@defgroup nn_ec_class E-Commerce (EC) Classes
@brief A list of E-Commerce (EC) library classes.
@defgroup nn_ec_constant E-Commerce (EC) Constant Definitions
@brief The list of constant definitions in the E-Commerce (EC) library.
@defgroup nn_ec_result E-Commerce (EC) Results
@brief A list of Result codes used by the E-Commerce (EC) library.
@}
*/
#include
#include
#include
#include
#include
#include
#endif // NN_EC_H_