Files
mikunyan/ext/decoders/native/astc.h
T
2018-05-26 20:48:44 +09:00

9 lines
184 B
C

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