From 7e61bffe5f313599423ad3cf88b0e44329de7dd2 Mon Sep 17 00:00:00 2001 From: jussi Date: Sat, 10 Dec 2022 18:47:45 +0200 Subject: RL_GetFileLength. --- include/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/core.h') diff --git a/include/core.h b/include/core.h index af9e8bd..3c2cb65 100644 --- a/include/core.h +++ b/include/core.h @@ -78,6 +78,7 @@ int lcoreGetBasePath( lua_State *L ); int lcoreFileExists( lua_State *L ); int lcoreDirectoryExists( lua_State *L ); int lcoreIsFileExtension( lua_State *L ); +int lcoreGetFileLength( lua_State *L ); int lcoreGetFileExtension( lua_State *L ); int lcoreGetFileName( lua_State *L ); int lcoreGetFileNameWithoutExt( lua_State *L ); -- cgit v1.2.3