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