mirror of
https://github.com/eddyem/improclib.git
synced 2026-03-20 00:31:05 +03:00
err: <> instead of ""
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user