#include <imaploader.h>
Inherited by FIFE::MapLoader.
Detailed Description
Interface class that all map loaders should derive from
Definition at line 43 of file imaploader.h.
Member Function Documentation
virtual bool FIFE::IMapLoader::isLoadable |
( |
const std::string & |
filename | ) |
const |
|
pure virtual |
determines whether the resource is in the correct format for this loader
virtual Map* FIFE::IMapLoader::load |
( |
const std::string & |
filename | ) |
|
|
pure virtual |
responsible for loading the map resource and populating the engine
allows setting which animation loader will be used to load animation files
allows setting which atlas loader will be used to load atlas files
allows setting which object loader will be used to load object files
The documentation for this class was generated from the following file: