From 4ebfe064ff312eaadcd21ddf229c7762cfa8e566 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Wed, 22 Jan 2020 23:33:59 +0000 Subject: [PATCH] Fix compilation --- src/Input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Input.cpp b/src/Input.cpp index 13eee40f..f5a16481 100644 --- a/src/Input.cpp +++ b/src/Input.cpp @@ -58,7 +58,7 @@ BOOL SetDeviceAquire(BOOL aquire) } // It looks like Pixel declared his functions early, so he could forward-reference -BOOL HookAllDirectInputDevices(HWND hWnd); +BOOL HookDirectInputDevice(HWND hWnd); BOOL __stdcall EnumDevices_Callback(LPCDIDEVICEINSTANCE lpddi, LPVOID pvRef); BOOL InitDirectInput(HINSTANCE hinst, HWND hWnd)