mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 10:16:42 +00:00
14 lines
No EOL
219 B
C++
14 lines
No EOL
219 B
C++
#pragma once
|
|
#include <nn/hac/define/nro.h>
|
|
#include <nn/hac/define/macro.h>
|
|
|
|
namespace nn
|
|
{
|
|
namespace hac
|
|
{
|
|
namespace nro
|
|
{
|
|
static const uint64_t kNroHomebrewStructMagic = _MAKE_STRUCT_MAGIC_U64("HOMEBREW");
|
|
}
|
|
}
|
|
} |