about summary refs log tree commit diff stats
path: root/src/game_data.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-03-11 23:18:33 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2025-03-11 23:18:33 -0400
commitf4945731a958371d206ccfa4a34486b263be5b21 (patch)
tree683a4217b3b2397f3554000f46f6279143798059 /src/game_data.h
parent5a397a4587093b9044fdc5a38e5a61a78c0c9748 (diff)
downloadlingo-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.h2
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);
189std::optional<int> GD_GetSubwayItemForPainting(const std::string& painting_id); 189std::optional<int> GD_GetSubwayItemForPainting(const std::string& painting_id);
190int GD_GetSubwayItemForSunwarp(const SubwaySunwarp& sunwarp); 190int GD_GetSubwayItemForSunwarp(const SubwaySunwarp& sunwarp);
191 191
192LingoColor 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 */