|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
#include <string>#include <memory>#include <mutex>#include <unordered_set>#include <vector>#include <unordered_map>#include <chrono>#include <stdint.h>#include <functional>#include "ship/audio/Audio.h"#include "ship/core/Component.h"#include "ship/core/TickableList.h"Go to the source code of this file.
Classes | |
| class | Ship::Context |
| Central singleton context for the libultraship engine. More... | |
Namespaces | |
| namespace | Ship |
| Core namespace for the libultraship engine framework. | |