21 INLINE VirtualFileSimple::
23 bool implicit_pz_file,
int open_flags) :
25 _local_filename(local_filename),
26 _implicit_pz_file(implicit_pz_file),
27 _open_flags(open_flags)
51 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.