libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
ArchiveManager.h File Reference
#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"
Include dependency graph for ArchiveManager.h:
This graph shows which files directly or indirectly include this file:

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.