idzio: Prepare for switchable backends

This commit is contained in:
Tau
2019-05-04 18:47:34 -04:00
parent 2864d22df2
commit 04189be8f0
5 changed files with 141 additions and 46 deletions

View File

@ -9,7 +9,10 @@ idzio_dll = shared_library(
xinput_lib,
],
sources : [
'idzio.c',
'backend.h',
'dllmain.c',
'idzio.h',
'xi.c',
'xi.h',
],
)