(svn r27643) -Codechange: FiosGetDrives function also takes a destination file list.

This commit is contained in:
alberth
2016-09-04 12:54:30 +00:00
parent caf3379746
commit 95bb103a23
4 changed files with 9 additions and 8 deletions

View File

@@ -16,6 +16,7 @@
#include "../../core/random_func.hpp"
#include "../../debug.h"
#include "../../string_func.h"
#include "../../fios.h"
#include <dirent.h>
@@ -77,7 +78,7 @@ bool FiosIsRoot(const char *path)
#endif
}
void FiosGetDrives()
void FiosGetDrives(FileList &file_list)
{
return;
}