aboutsummaryrefslogtreecommitdiff
path: root/_head.c
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-05-11 01:39:27 +0200
committerkdx <kikoodx@paranoici.org>2023-05-11 01:59:07 +0200
commitba11ae247bf6d234de29feec5fc59e7f3b96d632 (patch)
tree1e6bcce496e320aff32faee72953f59746022866 /_head.c
parent378f0a3965c917b0491e2b30938684584bb754f5 (diff)
downloadtzr-ba11ae247bf6d234de29feec5fc59e7f3b96d632.tar.gz
optional stb_image loading
Diffstat (limited to '_head.c')
-rw-r--r--_head.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/_head.c b/_head.c
index afa4308..5450be1 100644
--- a/_head.c
+++ b/_head.c
@@ -1 +1,7 @@
/* Licensing information can be found at the end of the file. */
+
+#ifdef TZR_STB_IMAGE
+#define STB_IMAGE_IMPLEMENTATION
+#include "stb_image.h"
+#undef STB_IMAGE_IMPLEMENTATION
+#endif