aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/utility/win_keys.h
diff options
context:
space:
mode:
authorFilippos Karapetis2014-12-03 02:11:50 +0200
committerFilippos Karapetis2014-12-03 02:11:50 +0200
commitf578a1b3342578594d9940894a525bf3983641ff (patch)
tree8d3681865111162840f1af9f859536fe82bbc15b /engines/zvision/utility/win_keys.h
parentbbec6c913ac6ad4279e3549fc903b9c6e4521f50 (diff)
downloadscummvm-rg350-f578a1b3342578594d9940894a525bf3983641ff.tar.gz
scummvm-rg350-f578a1b3342578594d9940894a525bf3983641ff.tar.bz2
scummvm-rg350-f578a1b3342578594d9940894a525bf3983641ff.zip
ZVISION: Move the key mapper function
Diffstat (limited to 'engines/zvision/utility/win_keys.h')
-rw-r--r--engines/zvision/utility/win_keys.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/engines/zvision/utility/win_keys.h b/engines/zvision/utility/win_keys.h
deleted file mode 100644
index 53d76c4d5f..0000000000
--- a/engines/zvision/utility/win_keys.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/* ScummVM - Graphic Adventure Engine
- *
- * ScummVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
- *
- * This program 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; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program 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 this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- */
-
-#ifndef ZVISION_WIN_KEYS_H
-#define ZVISION_WIN_KEYS_H
-
-#include "common/keyboard.h"
-
-namespace ZVision {
-uint8 VKkey(Common::KeyCode scummKeyCode);
-} // End of namespace ZVision
-
-#endif