|
libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
|
#include <memory>#include <atomic>#include <stdint.h>#include <stddef.h>#include <chrono>#include "ship/core/Part.h"Go to the source code of this file.
Classes | |
| class | Ship::Action |
| Represents a discrete, repeatable operation run by a Tickable. More... | |
Namespaces | |
| namespace | Ship |
| Core namespace for the libultraship engine framework. | |
Enumerations | |
| enum class | Ship::ClockType : uint64_t { Ship::Start , Ship::End , Ship::PreviousStart , Ship::PreviousEnd , Ship::ClockMax } |
| Identifies a profiling time-point within an Action or Tickable. More... | |