diff options
| author | jussi | 2022-11-27 16:25:25 +0200 |
|---|---|---|
| committer | jussi | 2022-11-27 16:25:25 +0200 |
| commit | 08ef5b435273eaa3de860eac1c031219cd815587 (patch) | |
| tree | 921570cddf499c1ac5f10b55342300c190edac55 /include/core.h | |
| parent | deda5fb9170295133444809618835e8b9aa61512 (diff) | |
| download | reilua-enhanced-08ef5b435273eaa3de860eac1c031219cd815587.tar.gz reilua-enhanced-08ef5b435273eaa3de860eac1c031219cd815587.tar.bz2 reilua-enhanced-08ef5b435273eaa3de860eac1c031219cd815587.zip | |
RL_LoadDirectoryFilesEx and separate option for doc_parser.
Diffstat (limited to 'include/core.h')
| -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 9812d8d..cdd644f 100644 --- a/include/core.h +++ b/include/core.h @@ -85,6 +85,7 @@ int lcoreGetDirectoryPath( lua_State *L ); int lcoreGetPrevDirectoryPath( lua_State *L ); int lcoreGetWorkingDirectory( lua_State *L ); int lcoreLoadDirectoryFiles( lua_State *L ); +int lcoreLoadDirectoryFilesEx( lua_State *L ); int lcoreChangeDirectory( lua_State *L ); int lcoreIsFileDropped( lua_State *L ); int lcoreLoadDroppedFiles( lua_State *L ); |
