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