#include <BombedWall.h>
Inherits Wall.

Public Member Functions | |
| BombedWall (bool hasHomb=false) | |
| virtual | ~BombedWall () |
| bool | HasBomb () |
| virtual void | Print (int indent=0) |
Private Attributes | |
| bool | _bomb |
Definition at line 9 of file BombedWall.h.
| BombedWall::BombedWall | ( | bool | hasHomb = false |
) |
| BombedWall::~BombedWall | ( | ) | [virtual] |
Definition at line 11 of file BombedWall.cpp.
| bool BombedWall::HasBomb | ( | ) |
| void BombedWall::Print | ( | int | indent = 0 |
) | [virtual] |
Reimplemented from Wall.
Definition at line 13 of file BombedWall.cpp.
References _bomb, and PrintIndent().

bool BombedWall::_bomb [private] |