mirror of
https://github.com/eddyem/improclib.git
synced 2025-12-06 10:45:18 +03:00
err: <> instead of ""
This commit is contained in:
parent
530fa347d2
commit
34de5183c9
@ -24,6 +24,6 @@
|
|||||||
#define STBI_NO_PNM
|
#define STBI_NO_PNM
|
||||||
|
|
||||||
#define STB_IMAGE_IMPLEMENTATION
|
#define STB_IMAGE_IMPLEMENTATION
|
||||||
#include <stb/stb_image.h>
|
#include "stb/stb_image.h"
|
||||||
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
||||||
#include <stb/stb_image_write.h>
|
#include "stb/stb_image_write.h"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user