nstool/lib/libhac-hb/include/nn/hac/nro-hb.h
2018-08-07 13:28:06 +08:00

11 lines
No EOL
179 B
C++

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