diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-11 23:18:33 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-03-11 23:18:33 -0400 |
commit | f4945731a958371d206ccfa4a34486b263be5b21 (patch) | |
tree | 683a4217b3b2397f3554000f46f6279143798059 /src/game_data.h | |
parent | 5a397a4587093b9044fdc5a38e5a61a78c0c9748 (diff) | |
download | lingo-ap-tracker-f4945731a958371d206ccfa4a34486b263be5b21.tar.gz lingo-ap-tracker-f4945731a958371d206ccfa4a34486b263be5b21.tar.bz2 lingo-ap-tracker-f4945731a958371d206ccfa4a34486b263be5b21.zip |
Added color indicators to subway map
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 */ |