From f4945731a958371d206ccfa4a34486b263be5b21 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 11 Mar 2025 23:18:33 -0400 Subject: Added color indicators to subway map --- src/game_data.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game_data.h') 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); std::optional GD_GetSubwayItemForPainting(const std::string& painting_id); int GD_GetSubwayItemForSunwarp(const SubwaySunwarp& sunwarp); +LingoColor GetLingoColorForString(const std::string& str); + #endif /* end of include guard: GAME_DATA_H_9C42AC51 */ -- cgit 1.4.1