// SectorDungeon.cpp: implementation of the CSectorDungeon class. // ////////////////////////////////////////////////////////////////////// #include "SectorDungeonMap.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// CSectorDungeonMap::CSectorDungeonMap() { } CSectorDungeonMap::~CSectorDungeonMap() { }