From 49f1dad6b9deeb769e384ae547fca9f64b90bf79 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 19 Aug 2022 13:38:09 +0300 Subject: Moved to raylib 4.2.0. Renamed some directory functions to raylib 4.2.0 conventions. Removed GenMeshBinormals and GetRayCollisionModel. Sound and music pan. --- include/core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/core.h') diff --git a/include/core.h b/include/core.h index 29b2953..9812d8d 100644 --- a/include/core.h +++ b/include/core.h @@ -84,10 +84,10 @@ int lcoreGetFileNameWithoutExt( lua_State *L ); int lcoreGetDirectoryPath( lua_State *L ); int lcoreGetPrevDirectoryPath( lua_State *L ); int lcoreGetWorkingDirectory( lua_State *L ); -int lcoreGetDirectoryFiles( lua_State *L ); +int lcoreLoadDirectoryFiles( lua_State *L ); int lcoreChangeDirectory( lua_State *L ); int lcoreIsFileDropped( lua_State *L ); -int lcoreGetDroppedFiles( lua_State *L ); +int lcoreLoadDroppedFiles( lua_State *L ); int lcoreGetFileModTime( lua_State *L ); /* Camera2D. */ int lcoreCreateCamera2D( lua_State *L ); -- cgit v1.2.3