diff options
Diffstat (limited to 'src/game_data.h')
-rw-r--r-- | src/game_data.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game_data.h b/src/game_data.h index 24760de..0facd12 100644 --- a/src/game_data.h +++ b/src/game_data.h | |||
@@ -189,4 +189,6 @@ const SubwayItem& GD_GetSubwayItem(int id); | |||
189 | std::optional<int> GD_GetSubwayItemForPainting(const std::string& painting_id); | 189 | std::optional<int> GD_GetSubwayItemForPainting(const std::string& painting_id); |
190 | int GD_GetSubwayItemForSunwarp(const SubwaySunwarp& sunwarp); | 190 | int GD_GetSubwayItemForSunwarp(const SubwaySunwarp& sunwarp); |
191 | 191 | ||
192 | LingoColor GetLingoColorForString(const std::string& str); | ||
193 | |||
192 | #endif /* end of include guard: GAME_DATA_H_9C42AC51 */ | 194 | #endif /* end of include guard: GAME_DATA_H_9C42AC51 */ |