#include <region.hh>
Public Member Functions | |
void | AddBlock () |
Cell * | GetCell (int32_t x, int32_t y) |
Region () | |
void | RemoveBlock () |
~Region () | |
Public Attributes | |
SuperRegion * | superregion |
Private Attributes | |
std::vector< Cell > | cells |
unsigned long | count |
Friends | |
class | SuperRegion |
class | World |
|
friend |
SuperRegion* Stg::Region::superregion |