libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
Archive.h File Reference
#include <stdint.h>
#include <string>
#include <unordered_map>
#include <mutex>
#include "ship/utils/binarytools/BinaryReader.h"
Include dependency graph for Archive.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Ship::ArchiveManifest
 Metadata block embedded in an archive's manifest file. More...
 
class  Ship::Archive
 Abstract base class representing a mounted archive (OTR, O2R, or folder). More...
 

Namespaces

namespace  Ship
 Core namespace for the libultraship engine framework.
 

Macros

#define OTR_HEADER_SIZE   ((size_t)64)
 Byte size of the fixed OTR archive header block.
 

Macro Definition Documentation

◆ OTR_HEADER_SIZE

#define OTR_HEADER_SIZE   ((size_t)64)

Byte size of the fixed OTR archive header block.