ref: 4ebfe064ff312eaadcd21ddf229c7762cfa8e566
parent: d50c012446c87a47465663131fbb3bad207b86c0
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Jan 22 18:33:59 EST 2020
Fix compilation
--- a/src/Input.cpp
+++ b/src/Input.cpp
@@ -58,7 +58,7 @@
}
// 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)