Gwork: 0.3.0Dev |
Public Member Functions | |
IrrlichtResourceLoader (irr::video::IVideoDriver *VideoDriver, ResourcePaths &paths) | |
Font::Status | LoadFont (Font &font) override |
void | FreeFont (Font &font) override |
Texture::Status | LoadTexture (Texture &texture) override |
void | FreeTexture (Texture &texture) override |
Public Member Functions inherited from Gwk::ResourceLoader | |
virtual void | Notify (NotificationType msg) |
Additional Inherited Members | |
Public Types inherited from Gwk::ResourceLoader | |
enum | NotificationType { NotificationType::DeviceLost, NotificationType::DeviceAcquired, NotificationType::ReleaseResources, MaxMessages, UserMessageStart = 100 } |
Types of notification that the loader might want to know about. More... | |