i6engine  1.0
i6e::modules::ResourceManager Class Reference

This class is responsible for loading all required resources into memory. More...

#include <D:/Projekte/i6engine/libs/i6engine-modules/include/i6engine/modules/graphics/ResourceManager.h>

Public Member Functions

 ResourceManager (const std::string &ogrePath)
 Loads all resources defined in the configuration file "resources.cfg". More...
 
 ~ResourceManager ()
 removes resource group i6engine More...
 

Friends

class GraphicsManager
 
class PhysicsManager
 

Detailed Description

This class is responsible for loading all required resources into memory.

Definition at line 42 of file ResourceManager.h.

Constructor & Destructor Documentation

i6e::modules::ResourceManager::ResourceManager ( const std::string &  ogrePath)

Loads all resources defined in the configuration file "resources.cfg".

loads Ogre's resources by telling it to read the configuration file and then add the entries (addResourceLocation). Loads all resources defined in the configuration file "resources.cfg".

i6e::modules::ResourceManager::~ResourceManager ( )

removes resource group i6engine

Friends And Related Function Documentation

friend class GraphicsManager
friend

Definition at line 43 of file ResourceManager.h.

friend class PhysicsManager
friend

Definition at line 44 of file ResourceManager.h.


The documentation for this class was generated from the following file: