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 2769bb8..7af7395 100644 --- a/src/ap_state.h +++ b/src/ap_state.h | |||
@@ -59,6 +59,8 @@ bool AP_IsPaintingShuffle(); | |||
59 | 59 | ||
60 | const std::map<std::string, std::string>& AP_GetPaintingMapping(); | 60 | const std::map<std::string, std::string>& AP_GetPaintingMapping(); |
61 | 61 | ||
62 | bool AP_IsPaintingMappedTo(const std::string& painting_id); | ||
63 | |||
62 | const std::set<std::string>& AP_GetCheckedPaintings(); | 64 | const std::set<std::string>& AP_GetCheckedPaintings(); |
63 | 65 | ||
64 | bool AP_IsPaintingChecked(const std::string& painting_id); | 66 | bool AP_IsPaintingChecked(const std::string& painting_id); |