diff options
| author | Pierre Bourdon <delroth@gmail.com> | 2014-02-11 01:38:07 +0100 |
|---|---|---|
| committer | Pierre Bourdon <delroth@gmail.com> | 2014-02-11 01:38:07 +0100 |
| commit | 002c8f45edbe22a7f4b50fbdde8f4c1274e1e841 (patch) | |
| tree | 2f352e13e3d5868db072f1e75d611a90e938d0cf /Source/Core/InputCommon/ControllerInterface/DInput/DInput.h | |
| parent | a0a65a2906af132f6da04cf552812aac6ac5f20a (diff) | |
| parent | d2038049f51192fbb55fbde2fc08128bacfb7707 (diff) | |
Merge pull request #58 from lioncash/reppin-pragma-city
Replace all include guard ifdefs with "#pragma once"
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/DInput/DInput.h')
| -rw-r--r-- | Source/Core/InputCommon/ControllerInterface/DInput/DInput.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/DInput/DInput.h b/Source/Core/InputCommon/ControllerInterface/DInput/DInput.h index 86452c23ab..939f9d6da3 100644 --- a/Source/Core/InputCommon/ControllerInterface/DInput/DInput.h +++ b/Source/Core/InputCommon/ControllerInterface/DInput/DInput.h @@ -1,5 +1,8 @@ -#ifndef _CIFACE_DINPUT_H_ -#define _CIFACE_DINPUT_H_ +// Copyright 2013 Dolphin Emulator Project +// Licensed under GPLv2 +// Refer to the license.txt file included. + +#pragma once #include "../Device.h" @@ -27,5 +30,3 @@ void Init(std::vector<Core::Device*>& devices, HWND hwnd); } } - -#endif |
