efl/src/modules/evas/loaders/dds/s3tc.h

8 lines
210 B
C
Raw Normal View History

#ifndef EFL_S3TC_H
#define EFL_S3TC_H
void s3tc_decode_dxt1_rgb(unsigned int *bgra, const unsigned char *s3tc);
void s3tc_decode_dxt1_rgba(unsigned int *bgra, const unsigned char *s3tc);
#endif // EFL_S3TC_H