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