diff options
Diffstat (limited to 'include')
| -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 ); |
