4 #ifndef FIRE_RESOURCES_RESOURCESFACTORY_HPP_INCLUDED 
    5 #define FIRE_RESOURCES_RESOURCESFACTORY_HPP_INCLUDED 
    7 #include <boost/filesystem.hpp> 
   13 #include "fire/export.hpp" 
   15 #include "fire/Object.hpp" 
   48   boost::filesystem::path resourcesFolderPath;
 
   90   std::string getResourcesFolderPath() 
const;
 
   98   void setResourcesFolderPath(
const std::string& resourcesFolderPath);
 
  109   std::vector< std::string > getResourcePaths(std::string& filter) 
const;
 
Classe per la gestione della factory delle risorse. 
Definition: ResourcesFactory.hpp:37
 
Classe per la gestione di un oggetto. 
Definition: Object.hpp:29
 
Classe per la gestione delle proprietà contenute in una risorsa. 
Definition: Properties.hpp:36