#include <Wall.h>
Inherits MapSite.
Inherited by BombedWall.
Public Member Functions | |
Wall () | |
virtual | ~Wall () |
virtual void | Enter () |
virtual void | Print (int indent=0) |
Definition at line 9 of file Wall.h.
Wall::Wall | ( | ) |
void Wall::Print | ( | int | indent = 0 |
) | [virtual] |
Reimplemented from MapSite.
Reimplemented in BombedWall.
Definition at line 14 of file Wall.cpp.
References PrintIndent().