2019-06-26 15:26:19 +03:00

10 lines
168 B
C

#ifndef astc_h
#define astc_h
#include "bgra.h"
#include "compressed.h"
void compress_astc(const BgraImage& image, CompressedImage* compressed);
#endif /* astc_h */