libultraship
Reimplementations of libultra (N64 SDK) functions for modern hardware
Loading...
Searching...
No Matches
TickableComponent.h File Reference
#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"
Include dependency graph for TickableComponent.h:
This graph shows which files directly or indirectly include this file:

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