doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
class | BOEntity |
class | BOBrick |
class | idGameBustOutWindow |
Macros | |
#define | BOARD_ROWS 12 |
Enumerations | |
enum | powerupType_t { POWERUP_NONE = 0, POWERUP_BIGPADDLE, POWERUP_MULTIBALL } |
enum | collideDir_t { COLLIDE_NONE = 0, COLLIDE_DOWN, COLLIDE_UP, COLLIDE_LEFT, COLLIDE_RIGHT } |
#define BOARD_ROWS 12 |
Definition at line 109 of file GameBustOutWindow.h.
enum collideDir_t |
Enumerator | |
---|---|
COLLIDE_NONE | |
COLLIDE_DOWN | |
COLLIDE_UP | |
COLLIDE_LEFT | |
COLLIDE_RIGHT |
Definition at line 75 of file GameBustOutWindow.h.
enum powerupType_t |
Enumerator | |
---|---|
POWERUP_NONE | |
POWERUP_BIGPADDLE | |
POWERUP_MULTIBALL |
Definition at line 33 of file GameBustOutWindow.h.