diff options
Diffstat (limited to 'src/ap_state.h')
-rw-r--r-- | src/ap_state.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ap_state.h b/src/ap_state.h index 6667e0d..5fbb720 100644 --- a/src/ap_state.h +++ b/src/ap_state.h | |||
@@ -3,6 +3,7 @@ | |||
3 | 3 | ||
4 | #include <map> | 4 | #include <map> |
5 | #include <optional> | 5 | #include <optional> |
6 | #include <set> | ||
6 | #include <string> | 7 | #include <string> |
7 | #include <tuple> | 8 | #include <tuple> |
8 | 9 | ||
@@ -54,7 +55,9 @@ bool AP_IsColorShuffle(); | |||
54 | 55 | ||
55 | bool AP_IsPaintingShuffle(); | 56 | bool AP_IsPaintingShuffle(); |
56 | 57 | ||
57 | const std::map<std::string, std::string> AP_GetPaintingMapping(); | 58 | const std::map<std::string, std::string>& AP_GetPaintingMapping(); |
59 | |||
60 | const std::set<std::string>& AP_GetCheckedPaintings(); | ||
58 | 61 | ||
59 | int AP_GetMasteryRequirement(); | 62 | int AP_GetMasteryRequirement(); |
60 | 63 | ||