diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-05 12:56:06 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-05-05 12:56:06 -0400 |
commit | b6628ef515a57e5ba22aefb3ec5e6f7f60554e41 (patch) | |
tree | e558a3965565e4e504cdc811a0a8bc87274890b1 /ap_state.h | |
parent | dbbde171593492396c702528004d6b49de6c0d51 (diff) | |
download | lingo-ap-tracker-b6628ef515a57e5ba22aefb3ec5e6f7f60554e41.tar.gz lingo-ap-tracker-b6628ef515a57e5ba22aefb3ec5e6f7f60554e41.tar.bz2 lingo-ap-tracker-b6628ef515a57e5ba22aefb3ec5e6f7f60554e41.zip |
Added support for variable THE MASTER
Diffstat (limited to 'ap_state.h')
-rw-r--r-- | ap_state.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ap_state.h b/ap_state.h index 434b7b2..d880c71 100644 --- a/ap_state.h +++ b/ap_state.h | |||
@@ -28,4 +28,6 @@ bool AP_IsPaintingShuffle(); | |||
28 | 28 | ||
29 | const std::map<std::string, std::string> AP_GetPaintingMapping(); | 29 | const std::map<std::string, std::string> AP_GetPaintingMapping(); |
30 | 30 | ||
31 | int AP_GetMasteryRequirement(); | ||
32 | |||
31 | #endif /* end of include guard: AP_STATE_H_664A4180 */ | 33 | #endif /* end of include guard: AP_STATE_H_664A4180 */ |