mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
6 lines
158 B
C
6 lines
158 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);
|