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, 1 insertions, 1 deletions
diff --git a/src/tracker_state.h b/src/tracker_state.h index d8256e2..e73607f 100644 --- a/src/tracker_state.h +++ b/src/tracker_state.h
@@ -3,6 +3,6 @@
3 3
4void RecalculateReachability(); 4void RecalculateReachability();
5 5
6bool IsLocationReachable(int area_id, int section_id); 6bool IsLocationReachable(int location_id);
7 7
8#endif /* end of include guard: TRACKER_STATE_H_8639BC90 */ 8#endif /* end of include guard: TRACKER_STATE_H_8639BC90 */