Public Member Functions | |
| ResourceService (Kernel *pKernel) | |
| virtual Resource * | loadResource (const Common::String &fileName)=0 |
| virtual bool | canLoadResource (const Common::String &fileName)=0 |
Additional Inherited Members | |
Protected Member Functions inherited from Sword25::Service | |
| Service (Kernel *pKernel) | |
| Kernel * | GetKernel () const |
|
pure virtual |
Loads a resource
Implemented in Sword25::GraphicEngine, and Sword25::SoundEngine.
|
pure virtual |
Checks whether the given name can be loaded by the resource service
| FileName | Dateiname |
Implemented in Sword25::GraphicEngine, and Sword25::SoundEngine.