diff options
author | Torbjörn Andersson | 2003-09-29 14:20:36 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2003-09-29 14:20:36 +0000 |
commit | 7fff8b0134356b200a9e21982a0436b3e8068d6f (patch) | |
tree | a35e5f5c179a2211842d794b53e7d4bb6882c4ea | |
parent | 4d5f98fd2fb7044a663ae96cc6b800555b480351 (diff) | |
download | scummvm-rg350-7fff8b0134356b200a9e21982a0436b3e8068d6f.tar.gz scummvm-rg350-7fff8b0134356b200a9e21982a0436b3e8068d6f.tar.bz2 scummvm-rg350-7fff8b0134356b200a9e21982a0436b3e8068d6f.zip |
Removed - it's the same file as _mouse.h
svn-id: r10487
-rw-r--r-- | sword2/driver/mouse.h | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/sword2/driver/mouse.h b/sword2/driver/mouse.h deleted file mode 100644 index e7443a660a..0000000000 --- a/sword2/driver/mouse.h +++ /dev/null @@ -1,45 +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$ - */ - -//============================================================================= -// -// Filename : mouse.h -// Created : 18th September 1996 -// By : P.R.Porter -// -// Summary : This include file defines links to all data which is -// defined in the mouse.c module, but can be accessed by -// other parts of the driver96 library. -// -// -//============================================================================= - - -#ifndef MOUSE_H -#define MOUSE_H - - -extern int16 mousex; // Mouse x coordinate -extern int16 mousey; // Mouse y coordinate - -extern void LogMouseEvent(uint16 buttons); // Adds a mouse event to the log -extern int32 DrawMouse(void); // Renders the mouse onto the back buffer. - - -#endif |