From 841aa897f1868075134162cc71593ac9c3473115 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 15 Nov 2023 18:34:34 +0200 Subject: GC_UNLOAD build time define and replaced with flag to change it at runtime. --- include/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/core.h b/include/core.h index 32aa8f9..4b61d5f 100644 --- a/include/core.h +++ b/include/core.h @@ -94,6 +94,7 @@ int lcoreSetLogLevelInvalid( lua_State *L ); int lcoreGetLogLevelInvalid( lua_State *L ); int lcoreOpenURL( lua_State *L ); int lcoreIsGCUnloadEnabled( lua_State *L ); +int lcoreSetGCUnload( lua_State *L ); /* Files management functions. */ int lcoreGetBasePath( lua_State *L ); int lcoreFileExists( lua_State *L ); -- cgit v1.2.3