libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
Action.h File Reference
#include <memory>
#include <atomic>
#include <stdint.h>
#include <stddef.h>
#include <chrono>
#include "ship/core/Part.h"
Include dependency graph for Action.h:
This graph shows which files directly or indirectly include this file:

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...