2019-05-04 22:47:34 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
/* Can't call this xinput.h or it will conflict with <xinput.h> */
|
|
|
|
|
|
|
|
#include <windows.h>
|
|
|
|
|
|
|
|
#include "idzio/backend.h"
|
2019-11-22 00:59:08 +00:00
|
|
|
#include "idzio/config.h"
|
2019-05-04 22:47:34 +00:00
|
|
|
|
2019-11-22 00:59:08 +00:00
|
|
|
HRESULT idz_xi_init(const struct idz_xi_config *cfg, const struct idz_io_backend **backend);
|