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

11 lines
179 B
C
Raw Normal View History

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