nstool/lib/libhac-hb/include/nn/hac/nro-hb.h

14 lines
205 B
C
Raw Normal View History

#pragma once
2018-08-07 07:17:51 +00:00
#include <nn/hac/nro.h>
#include <nn/hac/macro.h>
2018-08-07 07:17:51 +00:00
namespace nn
{
namespace hac
{
namespace nro
{
2018-06-26 13:16:07 +00:00
static const uint64_t kNroHomebrewStructMagic = _MAKE_STRUCT_MAGIC_U64("HOMEBREW");
}
2018-08-07 07:17:51 +00:00
}
}