mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-05 13:51:04 +00:00
Fix ttvfs bugs, sync with dev repo
This commit is contained in:
parent
6203bc7ce4
commit
b437a7cb2c
13 changed files with 84 additions and 108 deletions
|
@ -26,6 +26,7 @@ public:
|
|||
void forEachDir(DirEnumCallback f, void *user = NULL, bool safe = false);
|
||||
File *getFileByName(const char *fn, bool lazyLoad = true);
|
||||
DirBase *getDirByName(const char *fn, bool lazyLoad = true, bool useSubtrees = true);
|
||||
File *getFileFromSubdir(const char *subdir, const char *file);
|
||||
void close();
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue