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 e73607f..119b3b5 100644 --- a/src/tracker_state.h +++ b/src/tracker_state.h
@@ -5,4 +5,6 @@ void RecalculateReachability();
5 5
6bool IsLocationReachable(int location_id); 6bool IsLocationReachable(int location_id);
7 7
8bool IsDoorOpen(int door_id);
9
8#endif /* end of include guard: TRACKER_STATE_H_8639BC90 */ 10#endif /* end of include guard: TRACKER_STATE_H_8639BC90 */