about summary refs log tree commit diff stats
path: root/src/tracker_state.h
blob: d8256e2db5e1fb58b39fd887551c378a6e7b0785 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef TRACKER_STATE_H_8639BC90
#define TRACKER_STATE_H_8639BC90

void RecalculateReachability();

bool IsLocationReachable(int area_id, int section_id);

#endif /* end of include guard: TRACKER_STATE_H_8639BC90 */