diff options
| author | jussi | 2022-12-10 18:47:45 +0200 |
|---|---|---|
| committer | jussi | 2022-12-10 18:47:45 +0200 |
| commit | 7e61bffe5f313599423ad3cf88b0e44329de7dd2 (patch) | |
| tree | b71e8682f1d2567a55bee6bd3a90dc1177ab092e /include/core.h | |
| parent | e1a85f898e0781c9dd69ced6cd6ccb4e304a7bd1 (diff) | |
| download | reilua-enhanced-7e61bffe5f313599423ad3cf88b0e44329de7dd2.tar.gz reilua-enhanced-7e61bffe5f313599423ad3cf88b0e44329de7dd2.tar.bz2 reilua-enhanced-7e61bffe5f313599423ad3cf88b0e44329de7dd2.zip | |
RL_GetFileLength.
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 af9e8bd..3c2cb65 100644 --- a/include/core.h +++ b/include/core.h @@ -78,6 +78,7 @@ int lcoreGetBasePath( lua_State *L ); int lcoreFileExists( lua_State *L ); int lcoreDirectoryExists( lua_State *L ); int lcoreIsFileExtension( lua_State *L ); +int lcoreGetFileLength( lua_State *L ); int lcoreGetFileExtension( lua_State *L ); int lcoreGetFileName( lua_State *L ); int lcoreGetFileNameWithoutExt( lua_State *L ); |
