aboutsummaryrefslogtreecommitdiff
path: root/src/stb_image.c
diff options
context:
space:
mode:
authorvimene <vincent.menegaux@gmail.com>2025-12-26 22:39:08 +0100
committervimene <vincent.menegaux@gmail.com>2025-12-26 22:39:08 +0100
commitbdb86fa1d6f1d2f11e05a931db7597310b1fe9b5 (patch)
tree8604fe08efa41dceedf74a6e81fa9629a7a88e1c /src/stb_image.c
parentc0eeccb889c8ae969bbb6e44e87bc309ea5f146f (diff)
downloadengine-bdb86fa1d6f1d2f11e05a931db7597310b1fe9b5.tar.gz
started working on implementing textures
Diffstat (limited to 'src/stb_image.c')
-rw-r--r--src/stb_image.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stb_image.c b/src/stb_image.c
index 9177288..cf4a748 100644
--- a/src/stb_image.c
+++ b/src/stb_image.c
@@ -1,2 +1,3 @@
#define STB_IMAGE_IMPLEMENTATION
+#define STBI_FAILURE_USERMSG
#include <stb_image.h>