aboutsummaryrefslogtreecommitdiff
path: root/TileData.h
diff options
context:
space:
mode:
Diffstat (limited to 'TileData.h')
-rw-r--r--TileData.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/TileData.h b/TileData.h
new file mode 100644
index 0000000..406947f
--- /dev/null
+++ b/TileData.h
@@ -0,0 +1,8 @@
+#pragma once
+
+#include <string>
+
+typedef struct {
+ std::string type;
+} TileData;
+