about summary refs log tree commit diff stats
path: root/src/ap_state.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-06-06 14:35:57 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2024-06-06 14:35:57 -0400
commitb84a5401359a442b2dff14599f80d47626290fa1 (patch)
tree0af48315e4d221e45846424e2946ef194eab5887 /src/ap_state.h
parent973179a841e98c55a56a977634891ba592d2e2be (diff)
downloadlingo-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.h2
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
60const std::map<std::string, std::string>& AP_GetPaintingMapping(); 60const std::map<std::string, std::string>& AP_GetPaintingMapping();
61 61
62bool AP_IsPaintingMappedTo(const std::string& painting_id);
63
62const std::set<std::string>& AP_GetCheckedPaintings(); 64const std::set<std::string>& AP_GetCheckedPaintings();
63 65
64bool AP_IsPaintingChecked(const std::string& painting_id); 66bool AP_IsPaintingChecked(const std::string& painting_id);