about summary refs log tree commit diff stats
path: root/src/game_data.h
diff options
context:
space:
mode:
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 */