diff options
Diffstat (limited to 'src/tracker_state.h')
-rw-r--r-- | src/tracker_state.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tracker_state.h b/src/tracker_state.h index 7acb0f2..c7857a0 100644 --- a/src/tracker_state.h +++ b/src/tracker_state.h | |||
@@ -12,6 +12,8 @@ bool IsLocationReachable(int location_id); | |||
12 | 12 | ||
13 | bool IsDoorOpen(int door_id); | 13 | bool IsDoorOpen(int door_id); |
14 | 14 | ||
15 | bool IsPaintingReachable(int painting_id); | ||
16 | |||
15 | const std::map<std::string, bool>& GetDoorRequirements(int door_id); | 17 | const std::map<std::string, bool>& GetDoorRequirements(int door_id); |
16 | 18 | ||
17 | #endif /* end of include guard: TRACKER_STATE_H_8639BC90 */ | 19 | #endif /* end of include guard: TRACKER_STATE_H_8639BC90 */ |