From c9ebe23d6282e96b410dc7687e0be1c4f3ba1b4d Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 21 Nov 2024 23:25:28 +0200 Subject: RL.config and InitWindow. --- include/state.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/state.h') diff --git a/include/state.h b/include/state.h index 8dbe4e5..1e84b43 100644 --- a/include/state.h +++ b/include/state.h @@ -6,14 +6,12 @@ typedef struct { char* basePath; - bool hasWindow; bool run; bool gcUnload; int lineSpacing; /* We need to store copy here since raylib has it in static. */ Vector2 mouseOffset; Vector2 mouseScale; lua_State* luaState; - Vector2 resolution; int logLevelInvalid; Font defaultFont; Font guiFont; @@ -50,5 +48,6 @@ typedef struct { extern State* state; bool stateInit( int argn, const char** argc, const char* basePath ); +void stateContextInit(); void stateInitInterpret( int argn, const char** argc ); void stateFree(); -- cgit v1.2.3