diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/src/state.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/src/state.c b/src/core/src/state.c index 9b1e14c..a206cbb 100644 --- a/src/core/src/state.c +++ b/src/core/src/state.c @@ -90,6 +90,7 @@ void* State_free(StateType type, memory* mem) { return state_retval; } +/* Returns the update function of a given state type */ StateType (*State_updateFunc(StateType type))(f64, void*) { switch (type) { #ifdef DAW_BUILD_HOTRELOAD |
