diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-06-09 22:43:20 -0400 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-06-09 22:43:20 -0400 |
| commit | 475b7a38f66071ad5713f6f00a49c4e1399e0613 (patch) | |
| tree | 4dcb76d5bb9e1dbabe19dcbd0cc9676c31f715e6 /src/tracker_state.h | |
| parent | 829bb6ba7fdbef5c4e6fb9e4eabc0c2f962325ae (diff) | |
| parent | 14d075e02007aeb53dbadd6c629564ee467cd7b2 (diff) | |
| download | lingo-ap-tracker-475b7a38f66071ad5713f6f00a49c4e1399e0613.tar.gz lingo-ap-tracker-475b7a38f66071ad5713f6f00a49c4e1399e0613.tar.bz2 lingo-ap-tracker-475b7a38f66071ad5713f6f00a49c4e1399e0613.zip | |
Merge branch 'main' into panels
Diffstat (limited to 'src/tracker_state.h')
| -rw-r--r-- | src/tracker_state.h | 11 |
1 files changed, 11 insertions, 0 deletions
| diff --git a/src/tracker_state.h b/src/tracker_state.h index e73607f..c7857a0 100644 --- a/src/tracker_state.h +++ b/src/tracker_state.h | |||
| @@ -1,8 +1,19 @@ | |||
| 1 | #ifndef TRACKER_STATE_H_8639BC90 | 1 | #ifndef TRACKER_STATE_H_8639BC90 |
| 2 | #define TRACKER_STATE_H_8639BC90 | 2 | #define TRACKER_STATE_H_8639BC90 |
| 3 | 3 | ||
| 4 | #include <map> | ||
| 5 | #include <string> | ||
| 6 | |||
| 7 | void ResetReachabilityRequirements(); | ||
| 8 | |||
| 4 | void RecalculateReachability(); | 9 | void RecalculateReachability(); |
| 5 | 10 | ||
| 6 | bool IsLocationReachable(int location_id); | 11 | bool IsLocationReachable(int location_id); |
| 7 | 12 | ||
| 13 | bool IsDoorOpen(int door_id); | ||
| 14 | |||
| 15 | bool IsPaintingReachable(int painting_id); | ||
| 16 | |||
| 17 | const std::map<std::string, bool>& GetDoorRequirements(int door_id); | ||
| 18 | |||
| 8 | #endif /* end of include guard: TRACKER_STATE_H_8639BC90 */ | 19 | #endif /* end of include guard: TRACKER_STATE_H_8639BC90 */ |
