From 4fb25ff5efe48ca8f594ce5b5d2839cb244018a9 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Tue, 17 Dec 2024 16:32:10 -0500 Subject: Added solved panels over IPC --- src/ipc_state.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ipc_state.h') diff --git a/src/ipc_state.h b/src/ipc_state.h index be71673..a6bdc36 100644 --- a/src/ipc_state.h +++ b/src/ipc_state.h @@ -2,6 +2,7 @@ #define IPC_STATE_H_6B3B0958 #include +#include #include #include @@ -17,4 +18,6 @@ bool IPC_IsConnected(); std::optional> IPC_GetPlayerPosition(); +const std::set& IPC_GetSolvedPanels(); + #endif /* end of include guard: IPC_STATE_H_6B3B0958 */ -- cgit 1.4.1