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