#include <cgame.h>
Collaboration diagram for CSystemFactorySet:

Public Attributes | |
| CTimerSystemFactory * | timerFactory |
| CEventSystemFactory * | eventFactory |
| CVideoSystemFactory * | videoFactory |
Having a driver be an aggregation of sub-drivers is useful because this way it will be easy for the client to mix-and-match sub-drivers, e.g. use video driver X with audio driver Y.
Definition at line 34 of file cgame.h.
|
|
The event (input) system driver. |
|
|
The timer system driver. |
|
|
The video system driver. |
1.3.3