#include "globals.h"#include "csingletonmanager.h"#include <list>#include <assert.h>#include <stdio.h>Go to the source code of this file.
Compounds | |
| class | CColor |
| class | CPoint |
| class | CRect |
| class | CScreen |
| class | CSurface |
| class | CSurfaceImpl |
| class | CVideoSystem |
| class | CVideoSystemManager |
Typedefs | |
| typedef unsigned char | uint8 |
| typedef unsigned long | uint32 |
| typedef std::list< CRect > | CRectList |
| typedef CSingletonFactory< CVideoSystem > | CVideoSystemFactory |
Definition in file cvideo.h.
|
|
Typedef macro for a list of CRect objects. |
|
|
CVideoSystemFactory typedef macro. |
|
|
A 32-bit unsigned integer. |
|
|
An 8-bit unsigned integer. |
1.3.3