15constexpr auto version4 = 4ull;
16constexpr auto currentVersion = version4;
21 static constexpr auto audioClip = std::string_view{
"CLIP"};
22 static constexpr auto cubeMap = std::string_view{
"CUBE"};
23 static constexpr auto convexHull = std::string_view{
"HULL"};
24 static constexpr auto mesh = std::string_view{
"MESH"};
25 static constexpr auto meshCollider = std::string_view{
"CONC"};
26 static constexpr auto shader = std::string_view{
"SHAD"};
27 static constexpr auto skeletalAnimation = std::string_view{
"SKEL"};
28 static constexpr auto texture = std::string_view{
"TEXT"};
63void Serialize(std::ostream& stream,
const NcaHeader& header);
66void Deserialize(std::istream& stream,
NcaHeader& header);
AssetType
Indicates type of an asset.
Definition: AssetType.h:13
Identifiers for asset blobs in .nca files.
Definition: NcaHeader.h:20