#pragma once

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