summaryrefslogtreecommitdiff
path: root/src/common/common.h
diff options
context:
space:
mode:
authorzlago2025-02-11 13:36:04 +0100
committerzlago2025-02-11 13:36:04 +0100
commitc3579a3f8784ad49d081dc8347bbcadacc0829a2 (patch)
tree1a2a91daaac17d95484f092f81cf5c4d0ebb1269 /src/common/common.h
parent4efa9f571e84cda3741e524fb21a3a22cdbc13fb (diff)
add support for organya (.org) modules
by porting https://github.com/alula/organya-js/ to c
Diffstat (limited to 'src/common/common.h')
-rw-r--r--src/common/common.h1
1 files changed, 1 insertions, 0 deletions
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);