From 7ba1a5ce817e5f57862eccd63e2bfff906172d32 Mon Sep 17 00:00:00 2001 From: 0scar Date: Tue, 6 Feb 2024 18:54:34 +0100 Subject: Move refresh_input_ctx --- src/core/include/engine/core/state.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core/include') diff --git a/src/core/include/engine/core/state.h b/src/core/include/engine/core/state.h index cdba235..a4c56fa 100644 --- a/src/core/include/engine/core/state.h +++ b/src/core/include/engine/core/state.h @@ -23,9 +23,12 @@ StateType State_update(StateType type, memory* mem); #ifdef DAW_BUILD_HOTRELOAD #include bool State_reload(StateType type, i_ctx** ctx, usize ctx_len); +bool state_refresh_input_ctx(void* lib, i_ctx** ctx, usize ctx_len); #else #define State_reload(_, _0, _1) true +#define state_refresh_input_ctx(_0, _1, _2) true + #endif #endif -- cgit v1.3