Experimenting with the map
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user