summaryrefslogtreecommitdiff
path: root/source/modules/asura-core/image/stb_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/modules/asura-core/image/stb_decoder.h')
-rw-r--r--source/modules/asura-core/image/stb_decoder.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/source/modules/asura-core/image/stb_decoder.h b/source/modules/asura-core/image/stb_decoder.h
deleted file mode 100644
index 6158b21..0000000
--- a/source/modules/asura-core/image/stb_decoder.h
+++ /dev/null
@@ -1,26 +0,0 @@
-#ifndef __ASURA_ENGINE_STBDECODER_H__
-#define __ASURA_ENGINE_STBDECODER_H__
-
-#include "image_decoder.h"
-
-namespace_begin(AsuraEngine)
-namespace_begin(Image)
-
-///
-/// ʹstb_imageѹJPEGTGABMPļ
-///
-class STBDecoder 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