mirror of
https://gitea.tendokyu.moe/Hay1tsme/segatools.git
synced 2024-11-13 21:20:50 +01:00
8 lines
118 B
C
8 lines
118 B
C
|
#pragma once
|
||
|
|
||
|
#include <windows.h>
|
||
|
|
||
|
#include "idzhook/config.h"
|
||
|
|
||
|
HRESULT zinput_hook_init(struct zinput_config *cfg);
|