summary refs log tree commit diff
path: root/src/common/common.h
diff options
context:
space:
mode:
authorzlago2024-09-02 11:20:02 +0200
committerzlago2024-09-02 11:20:02 +0200
commit6d30e75c7684817b9637a370f494040a1135b876 (patch)
tree2148b98728f760a726ac4e3a8b4f9c35425fc49a /src/common/common.h
parente1dbcc7c80e6930f223e4617385931aad1fff2c7 (diff)
un-copy paste some stuff
Diffstat (limited to 'src/common/common.h')
-rw-r--r--src/common/common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/common.h b/src/common/common.h
new file mode 100644
index 0000000..806212a
--- /dev/null
+++ b/src/common/common.h
@@ -0,0 +1,7 @@
+#include "../include.h"
+
+int (*file_ext(char *file))(struct blob *, struct userdata *);
+struct blob load_file(char const *const name);
+
+int module_openmpt(struct blob *file, struct userdata *userdata);
+int module_fluidsynth(struct blob *file, struct userdata *userdata);