aboutsummaryrefslogtreecommitdiff
path: root/Tile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Tile.h')
-rw-r--r--Tile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tile.h b/Tile.h
index d4977de..954709f 100644
--- a/Tile.h
+++ b/Tile.h
@@ -6,6 +6,10 @@
class Tile {
public:
+ Tile();
+ Tile(TileData data);
+
+public:
TileData data;
private: