Public Member Functions | |
| FileManager (HopkinsEngine *vm) | |
| bool | fileExists (const Common::Path &file) |
| byte * | loadFile (const Common::Path &file) |
| int | readStream (Common::ReadStream &stream, void *buf, size_t nbytes) |
| void | initCensorship () |
| byte * | searchCat (const Common::Path &file, CatMode mode, bool &fileFoundFl) |
| uint32 | fileSize (const Common::Path &filename) |
Public Attributes | |
| uint32 | _catalogPos |
| uint32 | _catalogSize |
| HopkinsEngine * | _vm |