1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/thirdparty/stb_image/stb_v_header.h
2021-12-08 00:31:37 +02:00

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);