diff options
Diffstat (limited to 'include/state.h')
| -rw-r--r-- | include/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/state.h b/include/state.h index 7a2dd95..2082005 100644 --- a/include/state.h +++ b/include/state.h @@ -84,5 +84,5 @@ typedef struct { extern State *state; bool stateInit( const char *exePath ); -bool stateInitInterpret(); +void stateInitInterpret(); void stateFree(); |
