2#include "AudioTools/CoreAudio/AudioBasic/Collections/Vector.h"
3#include "AudioTools/Disk/VFS.h"
19 vfs_vector.push_back(&vfs);
24 for (
int j = 0; j < vfs_vector.size(); j++) {
25 result = result && vfs_vector[j]->begin();
31 for (
int j = 0; j < vfs_vector.size(); j++) {