|
GPR5100 - Rollback
|
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>

Public Member Functions | |
| virtual void | Begin ()=0 |
| virtual void | Update (sf::Time dt)=0 |
| virtual void | End ()=0 |
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.