Imported updates to the map system

This commit is contained in:
2015-07-20 13:35:10 +10:00
parent 4ced681c76
commit d2e75e02c5
7 changed files with 50 additions and 20 deletions
+2
View File
@@ -52,6 +52,8 @@ public:
std::bitset<REGION_WIDTH*REGION_HEIGHT>* GetSolidBitset();
private:
friend class TileSheet;
const int x;
const int y;