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 7af7395..f8936e5 100644 --- a/src/ap_state.h +++ b/src/ap_state.h | |||
@@ -43,6 +43,8 @@ void AP_SetTrackerFrame(TrackerFrame* tracker_frame); | |||
43 | 43 | ||
44 | void AP_Connect(std::string server, std::string player, std::string password); | 44 | void AP_Connect(std::string server, std::string player, std::string password); |
45 | 45 | ||
46 | std::string AP_GetSaveName(); | ||
47 | |||
46 | bool AP_HasCheckedGameLocation(int location_id); | 48 | bool AP_HasCheckedGameLocation(int location_id); |
47 | 49 | ||
48 | bool AP_HasCheckedHuntPanel(int location_id); | 50 | bool AP_HasCheckedHuntPanel(int location_id); |