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

SystemInterface is an interface to a game system that needs to begin, update and end by the Engine. It needs to be registered by the Engine. More...

#include <system.h>

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

Public Member Functions

virtual void Begin ()=0
 
virtual void Update (sf::Time dt)=0
 
virtual void End ()=0
 

Detailed Description

SystemInterface is an interface to a game system that needs to begin, update and end by the Engine. It needs to be registered by the Engine.


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