7 lines
121 B
C
7 lines
121 B
C
|
#ifndef CCTL_COMPRESS
|
||
|
#define CCTL_COMPRESS
|
||
|
|
||
|
void cclt_compress(char* output_file, unsigned char* image_buffer);
|
||
|
|
||
|
#endif
|