blob: e73607fe119612bbedeecf98e40f8b51a79e560e (
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 location_id);
#endif /* end of include guard: TRACKER_STATE_H_8639BC90 */
|