You.i Engine
YiAssetDecoderSTU.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_ASSET_DECODER_STU_H_
3 #define _YI_ASSET_DECODER_STU_H_
4 
12 #include "utility/YiString.h"
13 
18 {
19 public:
21  {
23  m_uSupportedExtensions = 1;
24  m_fileExtensions = new CYIString[m_uSupportedExtensions];
25  m_fileExtensions[0] = "stu";
26  }
27 
29  {}
30 };
31 
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)