summaryrefslogtreecommitdiff
path: root/include/core.h
diff options
context:
space:
mode:
authorjussi2022-05-18 18:10:45 +0300
committerjussi2022-05-18 18:10:45 +0300
commitf293e25dd821494b24e46a3bc0a612a5e03089a5 (patch)
tree27ba9780e2a5be013a2ec9e2e81c6b6b5d8e4b56 /include/core.h
parent59ea29d8ff9dad751659a0a42d76a5534f7b4b97 (diff)
downloadreilua-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/core.h')
-rw-r--r--include/core.h3
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 );