From f293e25dd821494b24e46a3bc0a612a5e03089a5 Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 18 May 2022 18:10:45 +0300 Subject: Shader load functions argument fix. File drop and change directory. --- include/core.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/core.h') diff --git a/include/core.h b/include/core.h index 0b03de8..f115921 100644 --- a/include/core.h +++ b/include/core.h @@ -81,6 +81,9 @@ int lcoreGetDirectoryPath( lua_State *L ); int lcoreGetPrevDirectoryPath( lua_State *L ); int lcoreGetWorkingDirectory( lua_State *L ); int lcoreGetDirectoryFiles( lua_State *L ); +int lcoreChangeDirectory( lua_State *L ); +int lcoreIsFileDropped( lua_State *L ); +int lcoreGetDroppedFiles( lua_State *L ); int lcoreGetFileModTime( lua_State *L ); /* Camera2D. */ int lcoreCreateCamera2D( lua_State *L ); -- cgit v1.2.3