22 #ifndef FIFE_IOBJECTLOADER_H_
23 #define FIFE_IOBJECTLOADER_H_
34 #include "util/base/sharedptr.h"
36 #include "ianimationloader.h"
54 virtual bool isLoadable(
const std::string& filename)
const = 0;
59 virtual void load(
const std::string& filename) = 0;
virtual void load(const std::string &filename)=0
virtual bool isLoadable(const std::string &filename) const =0
virtual void setAnimationLoader(const AnimationLoaderPtr &animationLoader)=0
credit to phoku for his NodeDisplay example which the visitor code is adapted from ( he coded the qua...