From d1044c036a1321d377dfe0a79ed5d39888bfd3d1 Mon Sep 17 00:00:00 2001 From: yexo Date: Sat, 3 Jul 2010 13:27:32 +0000 Subject: (svn r20054) -Add: framework to check for hotkeys --- src/hotkeys.cpp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/hotkeys.cpp (limited to 'src/hotkeys.cpp') 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 . + */ + +/** @file hotkeys.cpp Implementation of hotkey related functions */ + +#include "stdafx.h" +#include "hotkeys.h" + + -- cgit v1.2.3-54-g00ecf