5#ifndef __I_MESH_LOADER_H_INCLUDED__
6#define __I_MESH_LOADER_H_INCLUDED__
Base class of most objects of the Irrlicht Engine.
Interface providing read acess to a file.
Interface for an animated mesh.
Class which is able to load an animated mesh from a file.
virtual bool isALoadableFileExtension(const io::path &filename) const =0
Returns true if the file might be loaded by this class.
virtual IAnimatedMesh * createMesh(io::IReadFile *file)=0
Creates/loads an animated mesh from the file.
virtual ~IMeshLoader()
Destructor.
Everything in the Irrlicht Engine can be found in this namespace.