aboutsummaryrefslogtreecommitdiff
path: root/headers
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 /headers
parent4f4e78d8d503a33440fe11b475833bd76a5bf357 (diff)
downloadtzr-ac6731996d2137d44d60acf4e41f903081a57512.tar.gz
minimal soloud integration
Diffstat (limited to 'headers')
-rw-r--r--headers/TZR_globals.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/headers/TZR_globals.h b/headers/TZR_globals.h
index a9cec77..3c2758e 100644
--- a/headers/TZR_globals.h
+++ b/headers/TZR_globals.h
@@ -29,3 +29,7 @@ extern TZR_Joystick *___tzr_joysticks;
extern size_t ___tzr_joysticks_capacity;
extern size_t ___tzr_joysticks_size;
extern SDL_BlendMode ___tzr_blendmode;
+
+#ifdef TZR_SOLOUD
+extern Soloud ___tzr_soloud;
+#endif