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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/app/joystick.h b/src/app/joystick.h
index 4b465e0..d6904a3 100644
--- a/src/app/joystick.h
+++ b/src/app/joystick.h
@@ -16,9 +16,7 @@
// joystick.h
-#ifndef _JOYSTICK_H_
-#define _JOYSTICK_H_
-
+#pragma once
extern BOOL InitDirectInput(HINSTANCE hInst, HWND hWnd);
@@ -27,5 +25,3 @@ extern BOOL UpdateInputState(DIJOYSTATE &js);
extern BOOL FreeDirectInput();
-
-#endif //_JOYSTICK_H_