5#include <abstract/Archive.hh>
15 [[nodiscard]] s32 convertPathToEntryId(
const char *path)
const;
This header houses common data types such as our integral types and enums.
static std::list< Archive * > s_archiveList
The linked list of all mounted archives.
static Archive * FindArchive(void *archiveStart)
Checks to see if a given archive is already mounted.
~Archive()
Removes the archive from the static list.
static Archive * Mount(void *archiveStart)
Creates a new Archive object or increments the ref count for an already existing Archive.
An interface for ensuring certain structures and classes are destroyed with the heap.