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

void RecalculateReachability();

bool IsLocationReachable(int location_id);

bool IsDoorOpen(int door_id);

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