Guiliani  Version 2.5 revision 7293 (documentation build 13)
GUIImageDecoderBLU.h
1#ifndef CGUIIMAGEDECODERBLU_H
2#define CGUIIMAGEDECODERBLU_H
3
4#include "eC_Types.h"
5#include "eC_File.h"
6
7#include "GUIImageDecoder.h"
8
12{
13 public:
16
17 virtual eC_Bool LoadImg(CGUIImageData& rkImageData, eC_File* pkImageFile);
18};
19
20#endif // CGUIIMAGEDECODERRAW_H
Contains information about an image loaded by CGUIImageLoader.
Definition: GUIImageData.h:29
Definition: GUIImageDecoderBLU.h:12
virtual eC_Bool LoadImg(CGUIImageData &rkImageData, eC_File *pkImageFile)
Base class for the image decoders.
Definition: GUIImageDecoder.h:25