diff options
Diffstat (limited to 'src/ipc_state.h')
-rw-r--r-- | src/ipc_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipc_state.h b/src/ipc_state.h index 84f3d29..7c9d68d 100644 --- a/src/ipc_state.h +++ b/src/ipc_state.h | |||
@@ -20,6 +20,6 @@ bool IPC_IsConnected(); | |||
20 | 20 | ||
21 | std::optional<std::tuple<int, int>> IPC_GetPlayerPosition(); | 21 | std::optional<std::tuple<int, int>> IPC_GetPlayerPosition(); |
22 | 22 | ||
23 | const std::set<std::string>& IPC_GetSolvedPanels(); | 23 | std::set<std::string> IPC_GetSolvedPanels(); |
24 | 24 | ||
25 | #endif /* end of include guard: IPC_STATE_H_6B3B0958 */ | 25 | #endif /* end of include guard: IPC_STATE_H_6B3B0958 */ |