From ec1dc30e4c5c21ad45692223a2ae5ce5e5b536ff Mon Sep 17 00:00:00 2001 From: 0scar Date: Tue, 6 Feb 2024 14:54:12 +0100 Subject: Fix hotreload inclusion --- src/core/include/engine/core/state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/include') diff --git a/src/core/include/engine/core/state.h b/src/core/include/engine/core/state.h index af94560..cdba235 100644 --- a/src/core/include/engine/core/state.h +++ b/src/core/include/engine/core/state.h @@ -21,7 +21,7 @@ StateType State_update(StateType type, memory* mem); /* Reloads shared object file associated with state */ #ifdef DAW_BUILD_HOTRELOAD -#include +#include bool State_reload(StateType type, i_ctx** ctx, usize ctx_len); #else -- cgit v1.3