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::SoundEngine, and Sword25::GraphicEngine.
|
pure virtual |
Checks whether the given name can be loaded by the resource service
FileName | Dateiname |
Implemented in Sword25::SoundEngine, and Sword25::GraphicEngine.