From 70bc5d15ec0af3dd6c009063816dac1e045067ef Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 11 Nov 2003 07:47:22 +0000 Subject: Removed redundant header files. svn-id: r11259 --- sword2/driver/_mouse.h | 29 ----------------------------- sword2/driver/keyboard.h | 29 ----------------------------- 2 files changed, 58 deletions(-) delete mode 100644 sword2/driver/_mouse.h delete mode 100644 sword2/driver/keyboard.h (limited to 'sword2') diff --git a/sword2/driver/_mouse.h b/sword2/driver/_mouse.h deleted file mode 100644 index 00cd46a0f3..0000000000 --- a/sword2/driver/_mouse.h +++ /dev/null @@ -1,29 +0,0 @@ -/* Copyright (C) 1994-2003 Revolution Software Ltd - * - * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Header$ - */ - -#ifndef DRIVER_MOUSE_H -#define DRIVER_MOUSE_H - -namespace Sword2 { - -extern void LogMouseEvent(uint16 buttons); - -} // End of namespace Sword2 - -#endif diff --git a/sword2/driver/keyboard.h b/sword2/driver/keyboard.h deleted file mode 100644 index e08e892d85..0000000000 --- a/sword2/driver/keyboard.h +++ /dev/null @@ -1,29 +0,0 @@ -/* Copyright (C) 1994-2003 Revolution Software Ltd - * - * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * - * $Header$ - */ - -#ifndef KEYBOARD_H -#define KEYBOARD_H - -namespace Sword2 { - -void WriteKey(uint16 ascii, int keycode, int modifier); // Adds a keypress to the buffer - -} // End of namespace Sword2 - -#endif -- cgit v1.2.3