mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-29 08:42:28 +00:00
Add a turfwar hilbert decoration
This commit is contained in:
parent
a6586cafb2
commit
6dcdf91458
9 changed files with 186 additions and 81 deletions
2
third_party/stb/stb_image_write.h
vendored
2
third_party/stb/stb_image_write.h
vendored
|
@ -26,6 +26,8 @@ int stbi_write_hdr_to_func(stbi_write_func *, void *, int, int, int,
|
|||
const float *);
|
||||
int stbi_write_jpg_to_func(stbi_write_func *, void *, int, int, int,
|
||||
const void *, int);
|
||||
unsigned char *stbi_write_png_to_mem(const unsigned char *, int, int, int, int,
|
||||
int *);
|
||||
|
||||
void stbi_flip_vertically_on_write(int);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue