|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
#include <stdint.h>#include <memory>#include <vector>#include "ship/core/Tickable.h"#include "ship/core/Component.h"#include "ship/core/Action.h"#include "ship/events/EventTypes.h"Go to the source code of this file.
Classes | |
| class | Ship::TickableComponent |
| Combines Tickable and Component, auto-registering with a Context. More... | |
Namespaces | |
| namespace | Ship |
| Core namespace for the libultraship engine framework. | |
Enumerations | |
| enum class | Ship::TickGroup : uint32_t { Ship::TickGroupDefault = 0 } |
| Groups TickableComponents into logical tick categories. More... | |
| enum class | Ship::TickPriority : uint32_t { Ship::TickPriorityDefault = 0 } |
| Controls execution order within a TickGroup (lower runs first). More... | |