diff options
Diffstat (limited to 'source/modules/asura-core/image/png_decoder.h')
-rw-r--r-- | source/modules/asura-core/image/png_decoder.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/source/modules/asura-core/image/png_decoder.h b/source/modules/asura-core/image/png_decoder.h deleted file mode 100644 index af67186..0000000 --- a/source/modules/asura-core/image/png_decoder.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef __ASURA_ENGINE_PNGDECODER_H__ -#define __ASURA_ENGINE_PNGDECODER_H__ - -#include "image_decoder.h" - -namespace_begin(AsuraEngine) -namespace_begin(Image) - -/// -/// ʹlodepngѹpngļ -/// -class PNGDecoder ASURA_FINAL: public ImageDecoder -{ -public: - - bool CanDecode(AEIO::DataBuffer& buffer) override; - - void Decode(AEIO::DataBuffer& buffer, ImageData& data) override; - -}; - -namespace_end -namespace_end - -#endif
\ No newline at end of file |