From 6d30e75c7684817b9637a370f494040a1135b876 Mon Sep 17 00:00:00 2001 From: zlago Date: Mon, 2 Sep 2024 11:20:02 +0200 Subject: un-copy paste some stuff --- src/common/common.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/common/common.h (limited to 'src/common/common.h') 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); -- cgit 1.4.1-2-gfad0