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