2 #ifndef _YI_ASSET_DECODER_STU_H_ 3 #define _YI_ASSET_DECODER_STU_H_ 23 m_uSupportedExtensions = 1;
24 m_fileExtensions =
new CYIString[m_uSupportedExtensions];
25 m_fileExtensions[0] =
"stu";
34 #endif // _YI_ASSET_DECODER_STU_H_
Image decoder for the STU file format.
Definition: YiImageDecoderSTU.h:17
Base class for all specialized raster image decoders.
Definition: YiAssetDecoderImage.h:21
Container class for Unicode strings. Conceptually, a CYIString object is a sequence of Unicode charac...
Definition: YiString.h:35
Asset decoder for STU files.
Definition: YiAssetDecoderSTU.h:17
CYIAssetDecoderSTU()
Definition: YiAssetDecoderSTU.h:20
virtual ~CYIAssetDecoderSTU()
Definition: YiAssetDecoderSTU.h:28
void SetDecoder(std::unique_ptr< CYIImageDecoder > pDecoder)