about summary refs log tree commit diff stats
path: root/src/ap_state.h
diff options
context:
space:
mode:
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 0ae6a25..2769bb8 100644 --- a/src/ap_state.h +++ b/src/ap_state.h
@@ -61,6 +61,8 @@ const std::map<std::string, std::string>& AP_GetPaintingMapping();
61 61
62const std::set<std::string>& AP_GetCheckedPaintings(); 62const std::set<std::string>& AP_GetCheckedPaintings();
63 63
64bool AP_IsPaintingChecked(const std::string& painting_id);
65
64int AP_GetMasteryRequirement(); 66int AP_GetMasteryRequirement();
65 67
66int AP_GetLevel2Requirement(); 68int AP_GetLevel2Requirement();