diff options
| author | jussi | 2022-05-18 18:10:45 +0300 |
|---|---|---|
| committer | jussi | 2022-05-18 18:10:45 +0300 |
| commit | f293e25dd821494b24e46a3bc0a612a5e03089a5 (patch) | |
| tree | 27ba9780e2a5be013a2ec9e2e81c6b6b5d8e4b56 /include | |
| parent | 59ea29d8ff9dad751659a0a42d76a5534f7b4b97 (diff) | |
| download | reilua-enhanced-f293e25dd821494b24e46a3bc0a612a5e03089a5.tar.gz reilua-enhanced-f293e25dd821494b24e46a3bc0a612a5e03089a5.tar.bz2 reilua-enhanced-f293e25dd821494b24e46a3bc0a612a5e03089a5.zip | |
Shader load functions argument fix. File drop and change directory.
Diffstat (limited to 'include')
| -rw-r--r-- | include/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 ); |
