Refactor|FileSys: Rewired mechanism for caching file data
de::File1 no longer defines virtual (cache/unlock)Lump(lumpIdx)methods at file container level. These have been replaced withvirtual cache() and unlock() methods at contained file level.
View differences
Refactor|FileSys: Rewired mechanism for caching file data
de::File1 no longer defines virtual (cache/unlock)Lump(lumpIdx)
methods at file container level. These have been replaced with
virtual cache() and unlock() methods at contained file level.