diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 ); |
