GPR5100 - Rollback
Loading...
Searching...
No Matches
Public Member Functions | List of all members
core::DrawInterface Class Referenceabstract

DrawInterface is an interface used by the Engine to be called when the game loop is drawing elements on the screen. It needs to be registered by the Engine. More...

#include <graphics.h>

Inheritance diagram for core::DrawInterface:
Inheritance graph
[legend]

Public Member Functions

virtual void Draw (sf::RenderTarget &renderTarget)=0
 

Detailed Description

DrawInterface is an interface used by the Engine to be called when the game loop is drawing elements on the screen. It needs to be registered by the Engine.


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