diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-09-28 13:48:57 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-09-28 13:48:57 -0400 |
commit | 18eccff16c3cd97ee02685d753ffefbaa7bbbb4c (patch) | |
tree | 5c1abfc991415a8f2a58f18cd70e6793cebd600e /src/ap_state.h | |
parent | d3654cb4846f186486ebf7ac205a2d677a930440 (diff) | |
download | lingo-ap-tracker-18eccff16c3cd97ee02685d753ffefbaa7bbbb4c.tar.gz lingo-ap-tracker-18eccff16c3cd97ee02685d753ffefbaa7bbbb4c.tar.bz2 lingo-ap-tracker-18eccff16c3cd97ee02685d753ffefbaa7bbbb4c.zip |
Added early color hallways support v0.5.3
Diffstat (limited to 'src/ap_state.h')
-rw-r--r-- | src/ap_state.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ap_state.h b/src/ap_state.h index 64caeea..3fd51aa 100644 --- a/src/ap_state.h +++ b/src/ap_state.h | |||
@@ -40,4 +40,6 @@ VictoryCondition AP_GetVictoryCondition(); | |||
40 | 40 | ||
41 | bool AP_HasAchievement(const std::string& achievement_name); | 41 | bool AP_HasAchievement(const std::string& achievement_name); |
42 | 42 | ||
43 | bool AP_HasEarlyColorHallways(); | ||
44 | |||
43 | #endif /* end of include guard: AP_STATE_H_664A4180 */ | 45 | #endif /* end of include guard: AP_STATE_H_664A4180 */ |