#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 |
void Stg::Region::AddBlock | ( | ) | [inline] |
Cell* Stg::Region::GetCell | ( | int32_t | x, |
int32_t | y | ||
) | [inline] |
void Stg::Region::RemoveBlock | ( | ) | [inline] |
friend class SuperRegion [friend] |
std::vector<Cell> Stg::Region::cells [private] |
unsigned long Stg::Region::count [private] |