Experimenting with the map

This commit is contained in:
Kayne Ruse
2014-06-14 03:05:21 +10:00
parent e57b047343
commit 793737e1ed
8 changed files with 299 additions and 246 deletions
+1
View File
@@ -32,6 +32,7 @@ public:
Region() = delete;
Region(int x, int y);
Region(Region const&);
~Region() = default;
type_t SetTile(int x, int y, int z, type_t v);