mirror of
https://gitea.tendokyu.moe/Hay1tsme/bananatools.git
synced 2026-08-28 06:44:31 -05:00
12 lines
184 B
C
12 lines
184 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include <stdbool.h>
|
|
#include <stddef.h>
|
|
|
|
struct mkac_xinput_config {
|
|
bool enable;
|
|
};
|
|
|
|
HRESULT mkac_xinput_init(struct mkac_xinput_config *cfg); |