aboutsummaryrefslogtreecommitdiff
path: root/_head.c
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-08-30 03:00:48 +0200
committerkdx <kikoodx@paranoici.org>2023-08-30 03:00:48 +0200
commitac6731996d2137d44d60acf4e41f903081a57512 (patch)
treea49aa05cb6d1c1a9b61bbb3b4f606b4094d6b672 /_head.c
parent4f4e78d8d503a33440fe11b475833bd76a5bf357 (diff)
downloadtzr-ac6731996d2137d44d60acf4e41f903081a57512.tar.gz
minimal soloud integration
Diffstat (limited to '_head.c')
-rw-r--r--_head.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/_head.c b/_head.c
index 5450be1..0dcbce4 100644
--- a/_head.c
+++ b/_head.c
@@ -5,3 +5,7 @@
#include "stb_image.h"
#undef STB_IMAGE_IMPLEMENTATION
#endif
+
+#ifdef TZR_SOLOUD
+#include "soloud_c.h"
+#endif