mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-30 07:00:49 +00:00
12 lines
198 B
Objective-C
12 lines
198 B
Objective-C
#import <inttypes.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void compressRGBAToBC1(uint8_t const * _Nonnull argb, int width, int height, uint8_t * _Nonnull bc1);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|