diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-15 12:11:00 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-05-15 12:11:00 -0400 |
commit | 3151ac6274e796f54f2d9269186f1fd2e69f90c3 (patch) | |
tree | bd23ebbef27a5ae53a0f548e4366db53e7b7de0b /src/ap_state.h | |
parent | a5a6c1b8b902c960f8204f8d814ce579dfd5fa50 (diff) | |
download | lingo-ap-tracker-3151ac6274e796f54f2d9269186f1fd2e69f90c3.tar.gz lingo-ap-tracker-3151ac6274e796f54f2d9269186f1fd2e69f90c3.tar.bz2 lingo-ap-tracker-3151ac6274e796f54f2d9269186f1fd2e69f90c3.zip |
Get checked paintings from server
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 | ||