mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-27 13:46:16 +00:00
641e55fefd
- file: make DirIterator opaque struct with type field, as with File/FileIo in recent commit. unifies all dir enum interfaces. - add dir open/nextent/close functions to FileProvider_VTbl - allocators: change signature of SingleAllocator to that of the templated type (avoids need for cast) (affects archive, compression, zip) - file_util: move dirent filter logic here so it can be used by file.cpp also, not only vfs. This was SVN commit r3822.