mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
10 lines
168 B
C
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 */
|