idzhook: Fold zinput into idzhook

This commit is contained in:
Tau
2019-11-03 16:12:58 -05:00
parent dfc1e13397
commit 59ad491d08
9 changed files with 64 additions and 25 deletions

7
idzhook/zinput.h Normal file
View File

@ -0,0 +1,7 @@
#pragma once
#include <windows.h>
#include "idzhook/config.h"
HRESULT zinput_hook_init(struct zinput_config *cfg);