Public Member Functions | |
GalLoader_A2 (AgiEngine *vm) | |
void | init () override |
int | loadDirs () override |
uint8 * | loadVolumeResource (AgiDir *agid) override |
int | loadObjects () override |
int | loadWords () override |
![]() | |
AgiLoader (AgiEngine *vm) | |
Additional Inherited Members | |
![]() | |
typedef Common::HashMap< Common::Path, Common::FSNode, Common::Path::IgnoreCase_Hash, Common::Path::IgnoreCase_EqualTo > | FileMap |
![]() | |
static void | getPotentialDiskImages (const char *const *imageExtensions, size_t imageExtensionCount, Common::Array< Common::Path > &imageFiles, FileMap &fileMap) |
![]() | |
AgiEngine * | _vm |
|
overridevirtual |
Performs one-time initializations, such as locating files with dynamic names.
Reimplemented from Agi::AgiLoader.
|
overridevirtual |
Loads all AGI directory entries from disk and and populates the AgiDir arrays in AgiGame with them.
Implements Agi::AgiLoader.
|
overridevirtual |
Loads a volume resource from disk.
Implements Agi::AgiLoader.
|
overridevirtual |
Loads AgiEngine::_objects from disk.
Implements Agi::AgiLoader.
|
overridevirtual |
Loads AgiBase::_words from disk.
Implements Agi::AgiLoader.