about summary refs log tree commit diff stats
path: root/src/ap_state.h
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-03-08 09:33:06 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2025-03-08 09:33:06 -0500
commit5fe5bec92e86a4a94cddefec51fabc22212b7364 (patch)
treef9190bf341494510be2c3b9b75e907208025fcbb /src/ap_state.h
parentc96b3e0e27d3086113dffe1eab0f63f906a5f58c (diff)
downloadlingo-ap-tracker-5fe5bec92e86a4a94cddefec51fabc22212b7364.tar.gz
lingo-ap-tracker-5fe5bec92e86a4a94cddefec51fabc22212b7364.tar.bz2
lingo-ap-tracker-5fe5bec92e86a4a94cddefec51fabc22212b7364.zip
Added button to reveal paintings
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 e2ff22b..4de7689 100644 --- a/src/ap_state.h +++ b/src/ap_state.h
@@ -76,6 +76,8 @@ std::set<std::string> AP_GetCheckedPaintings();
76 76
77bool AP_IsPaintingChecked(const std::string& painting_id); 77bool AP_IsPaintingChecked(const std::string& painting_id);
78 78
79void AP_RevealPaintings();
80
79int AP_GetMasteryRequirement(); 81int AP_GetMasteryRequirement();
80 82
81int AP_GetLevel2Requirement(); 83int AP_GetLevel2Requirement();