|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
#include <string>#include <memory>#include <vector>#include <list>#include <unordered_map>#include <unordered_set>#include <stdint.h>#include <functional>#include "ship/resource/File.h"#include "ship/core/Component.h"#include "ship/security/Keystore.h"Go to the source code of this file.
Classes | |
| class | Ship::ArchiveManager |
| Manages a prioritised collection of mounted Archive objects. More... | |
Namespaces | |
| namespace | Ship |
| Core namespace for the libultraship engine framework. | |
Typedefs | |
| using | Ship::UntrustedArchiveHandler = std::function< bool(Archive &archive, KeystoreEntry &key)> |
| Callback invoked when an archive without a trusted key is added. | |