diff options
| author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-17 15:40:19 -0500 |
|---|---|---|
| committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-12-17 15:40:19 -0500 |
| commit | ad7c3e616fdc6f13812ec52675d226a19351494a (patch) | |
| tree | 4cdd8b27c6df4e5f3475fe1b3f1815689b387fd7 /src/ap_state.h | |
| parent | 5ea44a418ec5db446dd28daf5ed95f46fea504f8 (diff) | |
| download | lingo-ap-tracker-ad7c3e616fdc6f13812ec52675d226a19351494a.tar.gz lingo-ap-tracker-ad7c3e616fdc6f13812ec52675d226a19351494a.tar.bz2 lingo-ap-tracker-ad7c3e616fdc6f13812ec52675d226a19351494a.zip | |
Added getting player position from IPC
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 e06d4ff..f310ee8 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_GetStatusMessage(); | ||
| 47 | |||
| 46 | std::string AP_GetSaveName(); | 48 | std::string AP_GetSaveName(); |
| 47 | 49 | ||
| 48 | bool AP_HasCheckedGameLocation(int location_id); | 50 | bool AP_HasCheckedGameLocation(int location_id); |
