Refactor|FileSys: Minor cleanup refactorings
The findAll() methods of de::FS1 which take a predicate callbackfunction now use a de::File1 reference rather than a FileHandle(because users of this class do not need to know that the loadedfile list uses handles).
Reordered de::File1 constructor arguments.
View differences
Refactor|FileSys: Minor cleanup refactorings
The findAll() methods of de::FS1 which take a predicate callback
function now use a de::File1 reference rather than a FileHandle
(because users of this class do not need to know that the loaded
file list uses handles).
Reordered de::File1 constructor arguments.