Files
mikunyan/ext/decoders/native/pvrtc.h
T
2019-12-12 03:13:20 +09:00

9 lines
170 B
C

#ifndef PVRTC_H
#define PVRTC_H
#include <stdint.h>
int decode_pvrtc_4bpp(const uint8_t*, const int, const int, uint32_t*);
#endif /* end of include guard: PVRTC_H */