caesium-clt/compress.h

7 lines
121 B
C
Executable File

#ifndef CCTL_COMPRESS
#define CCTL_COMPRESS
void cclt_compress(char* output_file, unsigned char* image_buffer);
#endif