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