aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/wince/CEDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/wince/CEDevice.h')
-rw-r--r--backends/platform/wince/CEDevice.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/backends/platform/wince/CEDevice.h b/backends/platform/wince/CEDevice.h
index 4dd86f1619..c2dab4e793 100644
--- a/backends/platform/wince/CEDevice.h
+++ b/backends/platform/wince/CEDevice.h
@@ -1,5 +1,8 @@
-/* ScummVM - Scumm Interpreter
- * Copyright (C) 2001-2007 The ScummVM project
+/* 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
@@ -39,7 +42,6 @@ class CEDevice {
static bool hasWideResolution();
static bool hasSmartphoneResolution();
static bool isSmartphone();
- static Common::String getKeyName(unsigned int keyCode);
private:
static DWORD reg_access(TCHAR *key, TCHAR *val, DWORD data);