|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
#include <stdint.h>#include <string>#include <unordered_map>#include <mutex>#include "ship/utils/binarytools/BinaryReader.h"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. | |
| #define OTR_HEADER_SIZE ((size_t)64) |
Byte size of the fixed OTR archive header block.