diff options
Diffstat (limited to 'src/game_data.h')
| -rw-r--r-- | src/game_data.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/game_data.h b/src/game_data.h index e37c276..66f3e0e 100644 --- a/src/game_data.h +++ b/src/game_data.h | |||
| @@ -164,7 +164,7 @@ const std::vector<int>& GD_GetSunwarpDoors(); | |||
| 164 | int GD_GetRoomForSunwarp(int index); | 164 | int GD_GetRoomForSunwarp(int index); | 
| 165 | const std::vector<SubwayItem>& GD_GetSubwayItems(); | 165 | const std::vector<SubwayItem>& GD_GetSubwayItems(); | 
| 166 | const SubwayItem& GD_GetSubwayItem(int id); | 166 | const SubwayItem& GD_GetSubwayItem(int id); | 
| 167 | int GD_GetSubwayItemForPainting(const std::string& painting_id); | 167 | std::optional<int> GD_GetSubwayItemForPainting(const std::string& painting_id); | 
| 168 | int GD_GetSubwayItemForSunwarp(const SubwaySunwarp& sunwarp); | 168 | int GD_GetSubwayItemForSunwarp(const SubwaySunwarp& sunwarp); | 
| 169 | 169 | ||
| 170 | #endif /* end of include guard: GAME_DATA_H_9C42AC51 */ | 170 | #endif /* end of include guard: GAME_DATA_H_9C42AC51 */ | 
