aboutsummaryrefslogtreecommitdiff
path: root/_head.h
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.h
parent4f4e78d8d503a33440fe11b475833bd76a5bf357 (diff)
downloadtzr-ac6731996d2137d44d60acf4e41f903081a57512.tar.gz
minimal soloud integration
Diffstat (limited to '_head.h')
-rw-r--r--_head.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/_head.h b/_head.h
index 0efaa41..23a8712 100644
--- a/_head.h
+++ b/_head.h
@@ -7,3 +7,6 @@
extern "C" {
#endif
+#ifdef TZR_SOLOUD
+#include "soloud_c.h"
+#endif