FIFE
|
#include <iatlasloader.h>
Public Member Functions | |
virtual | ~IAtlasLoader () |
virtual bool | isLoadable (const std::string &filename)=0 |
determines whether the resource is in the correct format for this loader More... | |
virtual AtlasPtr | load (const std::string &filename)=0 |
responsible for loading the atlas returns a shared pointer to an image resource More... | |
Definition at line 39 of file iatlasloader.h.
|
inlinevirtual |
Definition at line 41 of file iatlasloader.h.
|
pure virtual |
determines whether the resource is in the correct format for this loader
Implemented in FIFE::AtlasLoader.
Referenced by FIFE::MapLoader::loadImportFile().
|
pure virtual |
responsible for loading the atlas returns a shared pointer to an image resource
Implemented in FIFE::AtlasLoader.
Referenced by FIFE::MapLoader::loadImportFile().