17 INLINE VirtualFileSimple::
19 bool implicit_pz_file,
int open_flags) :
21 _local_filename(local_filename),
22 _implicit_pz_file(implicit_pz_file)
41 return _implicit_pz_file;
VirtualFileMount * get_mount() const
Returns the VirtualFileMount this file is associated with.
bool is_implicit_pz_file() const
Returns true if this file is a .pz file that should be implicitly decompressed on load,...
The name of a file, such as a texture file or an Egg file.
The abstract base class for a mount definition used within a VirtualFileSystem.