chunihook/jvs.c: Add Chunithm cabinet JVS callbacks

This commit is contained in:
Tau
2018-11-08 16:11:07 -05:00
parent 66132effd7
commit 75e227cc91
3 changed files with 101 additions and 0 deletions

View File

@ -16,5 +16,7 @@ shared_library(
util_lib,
],
sources : [
'jvs.c',
'jvs.h',
],
)