summaryrefslogtreecommitdiff
path: root/include/engine/state.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/engine/state.h')
-rw-r--r--include/engine/state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/engine/state.h b/include/engine/state.h
index 402c701..cf486cc 100644
--- a/include/engine/state.h
+++ b/include/engine/state.h
@@ -20,4 +20,7 @@ void State_init(StateType type, memory *mem);
void State_free(StateType type, memory *mem);
StateType State_update(StateType type, memory *mem);
+/* Reloads shared object file associated with state */
+bool State_reload(StateType type);
+
#endif