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

9
idzio/xi.h Normal file
View File

@ -0,0 +1,9 @@
#pragma once
/* Can't call this xinput.h or it will conflict with <xinput.h> */
#include <windows.h>
#include "idzio/backend.h"
HRESULT idz_xi_init(const struct idz_io_backend **backend);