summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2014-02-11 01:38:07 +0100
committerPierre Bourdon <delroth@gmail.com>2014-02-11 01:38:07 +0100
commit002c8f45edbe22a7f4b50fbdde8f4c1274e1e841 (patch)
tree2f352e13e3d5868db072f1e75d611a90e938d0cf /Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp
parenta0a65a2906af132f6da04cf552812aac6ac5f20a (diff)
parentd2038049f51192fbb55fbde2fc08128bacfb7707 (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/ControllerInterface.cpp')
-rw-r--r--Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp
index 9eca17118d..f1e2136ba9 100644
--- a/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp
+++ b/Source/Core/InputCommon/ControllerInterface/ControllerInterface.cpp
@@ -1,3 +1,7 @@
+// Copyright 2013 Dolphin Emulator Project
+// Licensed under GPLv2
+// Refer to the license.txt file included.
+
#include "ControllerInterface.h"
#if USE_EGL