summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjussi2022-11-27 16:25:25 +0200
committerjussi2022-11-27 16:25:25 +0200
commit08ef5b435273eaa3de860eac1c031219cd815587 (patch)
tree921570cddf499c1ac5f10b55342300c190edac55 /include
parentdeda5fb9170295133444809618835e8b9aa61512 (diff)
downloadreilua-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')
-rw-r--r--include/core.h1
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 );