|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
#include <string>#include <vector>#include <cstdint>#include <memory>#include <unordered_map>#include "ship/core/Component.h"Go to the source code of this file.
Classes | |
| struct | Ship::KeystoreEntry |
| A single named key stored in the Keystore. More... | |
| class | Ship::Keystore |
| Persistent store of cryptographic keys used for archive signature verification. More... | |
Namespaces | |
| namespace | Ship |
| Core namespace for the libultraship engine framework. | |
Enumerations | |
| enum class | Ship::KeyOrigin { Ship::User , Ship::Game , Ship::System } |
| Describes where a key originated. More... | |