Rhythm
Game Engines Final Project
Loading...
Searching...
No Matches
system::ISystem Class Reference

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.
 

Detailed Description

Abstract base class for all systems.

Member Function Documentation

◆ Render()

void system::ISystem::Render ( SDL_Renderer * renderer)
inline

Renders the system using the provided SDL renderer.

Parameters
rendererPointer to the SDL renderer.

The documentation for this class was generated from the following file: