diff options
Diffstat (limited to 'src/tracker_state.h')
-rw-r--r-- | src/tracker_state.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tracker_state.h b/src/tracker_state.h index a8f155d..8f1002f 100644 --- a/src/tracker_state.h +++ b/src/tracker_state.h | |||
@@ -18,4 +18,10 @@ const std::map<std::string, bool>& GetDoorRequirements(int door_id); | |||
18 | 18 | ||
19 | bool IsPilgrimageDoable(); | 19 | bool IsPilgrimageDoable(); |
20 | 20 | ||
21 | bool IsAreaPostgame(int area_id); | ||
22 | |||
23 | bool IsLocationPostgame(int location_id); | ||
24 | |||
25 | bool IsPaintingPostgame(int painting_id); | ||
26 | |||
21 | #endif /* end of include guard: TRACKER_STATE_H_8639BC90 */ | 27 | #endif /* end of include guard: TRACKER_STATE_H_8639BC90 */ |