From 680af178196217bdd255d2bc851f240983144ac1 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 10 Jun 2012 00:18:08 +0200 Subject: Fixed include paths and CMakeLists.txt Additionally, changed #ifndef to #pragma once everywhere --- src/app/joystick.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/app/joystick.h') 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_ -- cgit v1.2.3-1-g7c22