diff options
Diffstat (limited to 'src/ap_state.h')
-rw-r--r-- | src/ap_state.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ap_state.h b/src/ap_state.h index 36694b2..6667e0d 100644 --- a/src/ap_state.h +++ b/src/ap_state.h | |||
@@ -2,7 +2,9 @@ | |||
2 | #define AP_STATE_H_664A4180 | 2 | #define AP_STATE_H_664A4180 |
3 | 3 | ||
4 | #include <map> | 4 | #include <map> |
5 | #include <optional> | ||
5 | #include <string> | 6 | #include <string> |
7 | #include <tuple> | ||
6 | 8 | ||
7 | #include "game_data.h" | 9 | #include "game_data.h" |
8 | 10 | ||
@@ -80,4 +82,6 @@ const std::map<int, SunwarpMapping>& AP_GetSunwarpMapping(); | |||
80 | 82 | ||
81 | bool AP_HasReachedGoal(); | 83 | bool AP_HasReachedGoal(); |
82 | 84 | ||
85 | std::optional<std::tuple<int, int>> AP_GetPlayerPosition(); | ||
86 | |||
83 | #endif /* end of include guard: AP_STATE_H_664A4180 */ | 87 | #endif /* end of include guard: AP_STATE_H_664A4180 */ |