|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
#include <memory>#include <mutex>#include <vector>#include <stdint.h>#include <stddef.h>#include <atomic>#include "ship/core/Action.h"#include "ship/core/ActionList.h"#include "ship/core/EventActionList.h"#include "ship/events/EventTypes.h"Go to the source code of this file.
Classes | |
| class | Ship::Tickable |
| Manages a collection of Actions and indexed EventActions. More... | |
Namespaces | |
| namespace | Ship |
| Core namespace for the libultraship engine framework. | |