diff options
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 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 | ||
77 | bool AP_IsPaintingChecked(const std::string& painting_id); | 77 | bool AP_IsPaintingChecked(const std::string& painting_id); |
78 | 78 | ||
79 | void AP_RevealPaintings(); | ||
80 | |||
79 | int AP_GetMasteryRequirement(); | 81 | int AP_GetMasteryRequirement(); |
80 | 82 | ||
81 | int AP_GetLevel2Requirement(); | 83 | int AP_GetLevel2Requirement(); |