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