aboutsummaryrefslogtreecommitdiff
path: root/Tile.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-09 21:04:57 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-09 21:04:57 +0200
commitf20e49a71a7ee186057f5b79aeb58f9f22b352f4 (patch)
tree2dc11aa28c1226a2baf90b182435dbdc596a8553 /Tile.cpp
parent76950c6100371c28f82f2e130dcfdb7d7dac97df (diff)
parse artists.csv
Diffstat (limited to 'Tile.cpp')
-rw-r--r--Tile.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tile.cpp b/Tile.cpp
new file mode 100644
index 0000000..b461bdf
--- /dev/null
+++ b/Tile.cpp
@@ -0,0 +1,6 @@
+#include "Tile.h"
+
+Tile::Tile(TileData data) {
+ this->data = data;
+}
+