summary refs log tree commit diff
path: root/src/modules/openmpt.h
diff options
context:
space:
mode:
authorzlago2024-09-01 12:57:57 +0200
committerzlago2024-09-01 12:57:57 +0200
commit519e350739f55cfd3ef8b9a97e241b61ca9ed1f9 (patch)
treed3a1b251544ae5a3b85fe9f16c4a39fde1f46e78 /src/modules/openmpt.h
parenteb0194ee748ab3707ade5318e8d336bbbed81594 (diff)
libopenmpt
Diffstat (limited to 'src/modules/openmpt.h')
-rw-r--r--src/modules/openmpt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/openmpt.h b/src/modules/openmpt.h
new file mode 100644
index 0000000..3daa7cd
--- /dev/null
+++ b/src/modules/openmpt.h
@@ -0,0 +1,2 @@
+#include "../include.h"
+int module_openmpt(struct blob *file, SDL_AudioDeviceID audio, struct userdata *userdata);