mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
6 lines
157 B
C
6 lines
157 B
C
/*
|
|
* stbi set globals var functions
|
|
*/
|
|
void set_png_compression_level(int level);
|
|
void write_force_png_filter(int level);
|
|
void write_tga_with_rle(int level); |