#include "globals.h"#include "cevent.h"#include "ccomponent.h"#include "cfont.h"#include "cvideo.h"#include "ctimer.h"#include <string>#include <list>#include <assert.h>Go to the source code of this file.
Namespaces | |
| namespace | TempGameConstants |
Compounds | |
| class | CGame |
| struct | CSystemFactorySet |
This contains a singleton class, CGame, that represents the game application. It is the main object that orchestrates the processes of the game: sets up the display, draws frames, etc...
Definition in file cgame.h.
1.3.3