![]() |
Faro Engine 0.0.0.b519570 (main)
|
#include <ResourceManager.hpp>
Public Member Functions | |
| void | Init () |
| void | Destroy () |
| DataStream * | GetFile (Path path) |
| template<class T > | |
| T * | GetResource (Path path) |
| void | AddPackage (ResourcePackage *) |
Protected Member Functions | |
| void | OnResourceClaimChanged (IResource *resource) |
Friends | |
| class | IResource |
| void Faro::ResourceManager::AddPackage | ( | ResourcePackage * | package | ) |
| void Faro::ResourceManager::Destroy | ( | ) |
| DataStream * Faro::ResourceManager::GetFile | ( | Path | path | ) |
|
inline |
| void Faro::ResourceManager::Init | ( | ) |
|
protected |
|
friend |