(svn r20054) -Add: framework to check for hotkeys

This commit is contained in:
yexo
2010-07-03 13:27:32 +00:00
parent eb19d4b440
commit d1044c036a
7 changed files with 166 additions and 0 deletions

15
src/hotkeys.cpp Normal file
View File

@@ -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"