Pointless tweak

This commit is contained in:
Kayne Ruse
2015-04-26 03:24:25 +10:00
parent 63e4394583
commit 0e149acc62
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -39,6 +39,7 @@ 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);