SDL SPOOKY PLATFORMER ENGINE
0.2.0
An implementation of a platformer using sdl, implemented using an entity component system and efficient collision management.
|
This is the complete list of members for Component, including all inherited members.
Component() | Component | |
GameObject | Component | friend |
Render(SDL_Renderer *ren) | Component | virtual |
Update(float deltaTime) = 0 | Component | pure virtual |
entity | Component | protected |
~Component() | Component | virtual |