botw/lib/NintendoSDK/include/nn/nex/auth.h

20 lines
360 B
C++

/**
* @file auth.h
* @brief Authorization for DDL.
*/
#pragma once
#include <nn/nex/ddl.h>
namespace nn {
namespace nex {
class NintendoAuthenticationDDLDeclarations : public nn::nex::DDLDeclarations {
public:
virtual ~NintendoAuthenticationDDLDeclarations();
virtual void Init();
void Register();
};
}; // namespace nex
}; // namespace nn