nstool/lib/libnx-hb/include/nx/nro-hb.h

11 lines
175 B
C++

#pragma once
#include <nx/nro.h>
#include <nx/macro.h>
namespace nx
{
namespace nro
{
static const uint64_t kNroHomebrewSig = _MAKE_STRUCT_SIGNATURE_U64("HOMEBREW");
}
}