1#ifndef CGUIIMAGEDECODERRLE_H
2#define CGUIIMAGEDECODERRLE_H
7#include "GUIImageDecoder.h"
8#include "GUIImageData.h"
21 eC_Bool LoadImg_eGML(
CGUIImageData& rkImageData, eC_File* pkImageFile);
22 eC_Bool LoadImg_DAVE(
CGUIImageData& rkImageData, eC_File* pkImageFile);
Contains information about an image loaded by CGUIImageLoader.
Definition: GUIImageData.h:29
Base class for the image decoders.
Definition: GUIImageDecoder.h:25
Definition: GUIImageDecoderRLE.h:13
virtual eC_Bool LoadImg(CGUIImageData &rkImageData, eC_File *pkImageFile)