nstool/lib/libhac-hb/include/nn/hac/nro-hb.h
2018-08-07 15:17:51 +08:00

14 lines
205 B
C++

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