diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-02-18 09:38:08 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-02-18 09:38:08 -0500 |
commit | cf3fc6cbcb9ad00f4b99502344431bef469cec8d (patch) | |
tree | fb803654f6aa432a495b820647931e6d79cebaf7 /src/ap_state.h | |
parent | 7cb55acb62c5a03df75edd0c3c8f228295c1bee8 (diff) | |
download | lingo-ap-tracker-cf3fc6cbcb9ad00f4b99502344431bef469cec8d.tar.gz lingo-ap-tracker-cf3fc6cbcb9ad00f4b99502344431bef469cec8d.tar.bz2 lingo-ap-tracker-cf3fc6cbcb9ad00f4b99502344431bef469cec8d.zip |
Make win condition checkable
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 9b94a72..cc51a78 100644 --- a/src/ap_state.h +++ b/src/ap_state.h | |||
@@ -44,4 +44,6 @@ bool AP_HasAchievement(const std::string& achievement_name); | |||
44 | 44 | ||
45 | bool AP_HasEarlyColorHallways(); | 45 | bool AP_HasEarlyColorHallways(); |
46 | 46 | ||
47 | bool AP_HasReachedGoal(); | ||
48 | |||
47 | #endif /* end of include guard: AP_STATE_H_664A4180 */ | 49 | #endif /* end of include guard: AP_STATE_H_664A4180 */ |