about summary refs log tree commit diff stats
path: root/src/tracker_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tracker_state.h')
-rw-r--r--src/tracker_state.h2
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
13bool IsDoorOpen(int door_id); 13bool IsDoorOpen(int door_id);
14 14
15bool IsPaintingReachable(int painting_id);
16
15const std::map<std::string, bool>& GetDoorRequirements(int door_id); 17const 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 */