summaryrefslogtreecommitdiff
path: root/src/hotkeys.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-07-03 13:27:32 +0000
committeryexo <yexo@openttd.org>2010-07-03 13:27:32 +0000
commitd1044c036a1321d377dfe0a79ed5d39888bfd3d1 (patch)
treebbf4795620090d37cc1445ab47b83173455d52d1 /src/hotkeys.cpp
parenteb19d4b440a6b02c7c7f5f4d6c37e26d2b8b36ae (diff)
downloadopenttd-d1044c036a1321d377dfe0a79ed5d39888bfd3d1.tar.xz
(svn r20054) -Add: framework to check for hotkeys
Diffstat (limited to 'src/hotkeys.cpp')
-rw-r--r--src/hotkeys.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/hotkeys.cpp b/src/hotkeys.cpp
new file mode 100644
index 000000000..9e52cbaa0
--- /dev/null
+++ b/src/hotkeys.cpp
@@ -0,0 +1,15 @@
+/* $Id$ */
+
+/*
+ * This file is part of OpenTTD.
+ * OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
+ * OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+ * See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+/** @file hotkeys.cpp Implementation of hotkey related functions */
+
+#include "stdafx.h"
+#include "hotkeys.h"
+
+