|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
#include <algorithm>#include <memory>#include <unordered_map>#include <unordered_set>#include <vector>#include "ship/core/ActionList.h"#include "ship/actions/EventAction.h"#include "ship/events/ListenerAction.h"#include "ship/events/EventTypes.h"Go to the source code of this file.
Classes | |
| class | Ship::EventActionList |
| ActionList specialization with indexed EventAction lookup by EventID. More... | |
Namespaces | |
| namespace | Ship |
| Core namespace for the libultraship engine framework. | |