mu3: coin input added

This commit is contained in:
2023-07-14 00:54:30 +02:00
parent ec072667b3
commit 90a6f1be7c
7 changed files with 69 additions and 5 deletions

View File

@ -10,5 +10,7 @@ mu3io_lib = static_library(
sources : [
'mu3io.c',
'mu3io.h',
'config.c',
'config.h',
],
)