From 95be0403e69b3047a0375cf965dedca0ad876409 Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 15 Oct 2023 22:31:17 +0300 Subject: Argumets stored in RL.arg array. --- include/state.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/state.h') diff --git a/include/state.h b/include/state.h index 13a7c6c..725cb6e 100644 --- a/include/state.h +++ b/include/state.h @@ -97,6 +97,6 @@ typedef struct { extern State *state; -bool stateInit( const char *exePath ); -void stateInitInterpret(); +bool stateInit( int argn, const char **argc, const char *exePath ); +void stateInitInterpret( int argn, const char **argc ); void stateFree(); -- cgit v1.2.3