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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ap_state.h b/src/ap_state.h index cc51a78..420a032 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
@@ -46,4 +48,6 @@ bool AP_HasEarlyColorHallways();
46 48
47bool AP_HasReachedGoal(); 49bool AP_HasReachedGoal();
48 50
51std::optional<std::tuple<int, int>> AP_GetPlayerPosition();
52
49#endif /* end of include guard: AP_STATE_H_664A4180 */ 53#endif /* end of include guard: AP_STATE_H_664A4180 */