|
Rhythm
Game Engines Final Project
|
Abstract base class for all systems. More...
Public Member Functions | |
| void | Input () |
| Handles input for the system. | |
| void | Update () |
| Updates the system. | |
| void | Render (SDL_Renderer *renderer) |
| Renders the system using the provided SDL renderer. | |
Abstract base class for all systems.
|
inline |
Renders the system using the provided SDL renderer.
| renderer | Pointer to the SDL renderer. |