SDL SPOOKY PLATFORMER ENGINE
0.2.0
An implementation of a platformer using sdl, implemented using an entity component system and efficient collision management.
|
#include <ControllerComponent.hpp>
Public Member Functions | |
ControllerComponent () | |
~ControllerComponent () | |
void | Update (float deltaTime) |
Update this component according to the deltaTime. More... | |
![]() | |
Component () | |
virtual void | Render (SDL_Renderer *ren) |
Render this component in the screen if it can be rendered. More... | |
virtual | ~Component () |
Additional Inherited Members | |
![]() | |
GameObject * | entity |
The entitity to which this component belongs to. More... | |
ControllerComponent::ControllerComponent | ( | ) |
ControllerComponent::~ControllerComponent | ( | ) |
|
virtual |