doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Enumerations
GameBustOutWindow.h File Reference

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
}
 

Macro Definition Documentation

#define BOARD_ROWS   12

Definition at line 109 of file GameBustOutWindow.h.

Enumeration Type Documentation

Enumerator
COLLIDE_NONE 
COLLIDE_DOWN 
COLLIDE_UP 
COLLIDE_LEFT 
COLLIDE_RIGHT 

Definition at line 75 of file GameBustOutWindow.h.

Enumerator
POWERUP_NONE 
POWERUP_BIGPADDLE 
POWERUP_MULTIBALL 

Definition at line 33 of file GameBustOutWindow.h.