9 lines
187 B
C
Raw Normal View History

2023-10-29 00:46:17 +08:00
#ifndef ASTC_H
#define ASTC_H
#include <stdint.h>
int decode_astc(const uint8_t *, const long, const long, const int, const int, uint32_t *);
#endif /* end of include guard: ASTC_H */