From 3037b9305b10b58e01055c21bbce223d7b2c673f Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 3 Apr 2024 14:33:30 -0400 Subject: Added player position tracking --- src/ap_state.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ap_state.h') 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 @@ #define AP_STATE_H_664A4180 #include +#include #include +#include #include "game_data.h" @@ -46,4 +48,6 @@ bool AP_HasEarlyColorHallways(); bool AP_HasReachedGoal(); +std::optional> AP_GetPlayerPosition(); + #endif /* end of include guard: AP_STATE_H_664A4180 */ -- cgit 1.4.1