diff options
Diffstat (limited to 'TileData.h')
-rw-r--r-- | TileData.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,8 +1,6 @@ #pragma once -#include <string> - typedef struct { - std::string type; + char type; } TileData; |
index : dpa | |
24-25 b13 dpa/alga: eindopdracht |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | TileData.h | 4 |
@@ -1,8 +1,6 @@ #pragma once -#include <string> - typedef struct { - std::string type; + char type; } TileData; |