FIFE
|
#include <ianimationloader.h>
Public Member Functions | |
virtual | ~IAnimationLoader () |
virtual bool | isLoadable (const std::string &filename)=0 |
determines whether the resource is in the correct format for this loader More... | |
virtual AnimationPtr | load (const std::string &filename)=0 |
responsible for loading the animation returns a shared pointer to an animation resource More... | |
Definition at line 37 of file ianimationloader.h.
|
inlinevirtual |
Definition at line 39 of file ianimationloader.h.
|
pure virtual |
determines whether the resource is in the correct format for this loader
Implemented in FIFE::AnimationLoader.
Referenced by FIFE::ObjectLoader::load().
|
pure virtual |
responsible for loading the animation returns a shared pointer to an animation resource
Implemented in FIFE::AnimationLoader.
Referenced by FIFE::ObjectLoader::load().