5#ifndef DCPP_I_SCENE_LOADER_HPP_INCLUDED 
    6#define DCPP_I_SCENE_LOADER_HPP_INCLUDED 
    8#include <duckcpp/core/engine/IReferenceCounted.hpp> 
    9#include <duckcpp/core/engine/path.hpp> 
   20    class ISceneUserDataSerializer;
 
Base class of most objects of the Duckcpp Engine.
Definition IReferenceCounted.hpp:46
 
Interface providing read access to a file.
Definition IReadFile.hpp:19
 
Class which can load a scene into the scene manager.
Definition ISceneLoader.hpp:27
 
virtual bool loadScene(dcpp::io::IReadFile *file, ISceneUserDataSerializer *userDataSerializer=0, ISceneNode *rootNode=0)=0
Loads the scene into the scene manager.
 
virtual bool isALoadableFileExtension(const dcpp::io::path &filename) const =0
Returns true if the class might be able to load this file.
 
virtual bool isALoadableFileFormat(dcpp::io::IReadFile *file) const =0
Returns true if the class might be able to load this file.
 
Scene node interface.
Definition ISceneNode.hpp:43
 
Interface to read and write user data to and from .irr files.
Definition ISceneUserDataSerializer.hpp:25
 
As of Duckcpp 1.6, position2d is a synonym for vector2d.
Definition vector3d.hpp:11