This repository has been archived on 2024-12-27. You can view files and clone it, but cannot push or open issues or pull requests.
Files
segatools/idzio/xi.h
2019-09-28 23:30:02 -04:00

10 lines
192 B
C

#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);