Looking for the bug

This commit is contained in:
Kayne Ruse
2015-04-27 01:33:57 +10:00
parent 2a1ee4acbf
commit 878d502b8b
10 changed files with 28 additions and 98 deletions
-1
View File
@@ -39,7 +39,6 @@ public:
Region() = delete;
Region(int x, int y);
Region(Region const&);
Region(Region&&);
~Region() = default;
type_t SetTile(int x, int y, int z, type_t v);