1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2025-01-10 15:51:47 +01:00

11 lines
251 B
C
Raw Normal View History

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