From c3579a3f8784ad49d081dc8347bbcadacc0829a2 Mon Sep 17 00:00:00 2001 From: zlago Date: Tue, 11 Feb 2025 13:36:04 +0100 Subject: add support for organya (.org) modules by porting https://github.com/alula/organya-js/ to c --- src/common/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/common.h') diff --git a/src/common/common.h b/src/common/common.h index 806212a..7089c17 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -5,3 +5,4 @@ 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); +int module_organya(struct blob *file, struct userdata *userdata); -- cgit v1.2.3