diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-06-06 14:35:57 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-06-06 14:35:57 -0400 |
commit | b84a5401359a442b2dff14599f80d47626290fa1 (patch) | |
tree | 0af48315e4d221e45846424e2946ef194eab5887 /src/ap_state.h | |
parent | 973179a841e98c55a56a977634891ba592d2e2be (diff) | |
download | lingo-ap-tracker-b84a5401359a442b2dff14599f80d47626290fa1.tar.gz lingo-ap-tracker-b84a5401359a442b2dff14599f80d47626290fa1.tar.bz2 lingo-ap-tracker-b84a5401359a442b2dff14599f80d47626290fa1.zip |
Shade owls to indicate entrance/exit
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 2769bb8..7af7395 100644 --- a/src/ap_state.h +++ b/src/ap_state.h | |||
@@ -59,6 +59,8 @@ bool AP_IsPaintingShuffle(); | |||
59 | 59 | ||
60 | const std::map<std::string, std::string>& AP_GetPaintingMapping(); | 60 | const std::map<std::string, std::string>& AP_GetPaintingMapping(); |
61 | 61 | ||
62 | bool AP_IsPaintingMappedTo(const std::string& painting_id); | ||
63 | |||
62 | const std::set<std::string>& AP_GetCheckedPaintings(); | 64 | const std::set<std::string>& AP_GetCheckedPaintings(); |
63 | 65 | ||
64 | bool AP_IsPaintingChecked(const std::string& painting_id); | 66 | bool AP_IsPaintingChecked(const std::string& painting_id); |