err: <> instead of ""

This commit is contained in:
Edward Emelianov 2024-02-28 17:39:11 +03:00
parent 530fa347d2
commit 34de5183c9

View File

@ -24,6 +24,6 @@
#define STBI_NO_PNM
#define STB_IMAGE_IMPLEMENTATION
#include <stb/stb_image.h>
#include "stb/stb_image.h"
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include <stb/stb_image_write.h>
#include "stb/stb_image_write.h"