summaryrefslogtreecommitdiffstats
path: root/src/app/joystick.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/joystick.h')
-rw-r--r--src/app/joystick.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/app/joystick.h b/src/app/joystick.h
index d6904a3..44fd1c3 100644
--- a/src/app/joystick.h
+++ b/src/app/joystick.h
@@ -19,9 +19,9 @@
#pragma once
-extern BOOL InitDirectInput(HINSTANCE hInst, HWND hWnd);
-extern BOOL SetAcquire(BOOL bActive);
-extern BOOL UpdateInputState(DIJOYSTATE &js);
-extern BOOL FreeDirectInput();
+extern bool InitDirectInput(HINSTANCE hInst, HWND hWnd);
+extern bool SetAcquire(bool bActive);
+extern bool UpdateInputState(DIJOYSTATE &js);
+extern bool FreeDirectInput();