i6engine
1.0
|
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 |
This class is responsible for loading all required resources into memory.
Definition at line 42 of file ResourceManager.h.
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
|
friend |
Definition at line 43 of file ResourceManager.h.
|
friend |
Definition at line 44 of file ResourceManager.h.