CFloor.h File Reference

Header file of the floor. More...

#include "CElement.h"

Include dependency graph for CFloor.h:

This graph shows which files directly or indirectly include this file:


Classes

class  CFloor
 An element in the arena which represents a bomb. More...

Enumerations

enum  EFloorAction {
  FLOORACTION_NONE, FLOORACTION_MOVEBOMB_RIGHT, FLOORACTION_MOVEBOMB_DOWN, FLOORACTION_MOVEBOMB_LEFT,
  FLOORACTION_MOVEBOMB_UP
}
 Describes actions on floors (moving bombs so far). More...

Detailed Description

Header file of the floor.


Enumeration Type Documentation

Describes actions on floors (moving bombs so far).

Enumerator:
FLOORACTION_NONE  There is no special action.
FLOORACTION_MOVEBOMB_RIGHT  Bombs start moving right.
FLOORACTION_MOVEBOMB_DOWN  Bombs start moving down.
FLOORACTION_MOVEBOMB_LEFT  Bombs start moving left.
FLOORACTION_MOVEBOMB_UP  Bombs start moving up.


Generated on Sat Oct 18 12:26:38 2008 for Bombermaaan by  doxygen 1.5.5
Visit the Bombermaaan project page
SourceForge.net Logo