[Scummvm-cvs-logs] CVS: scummvm/bs2/driver _mouse.h,1.2,1.3 d_sound.h,1.21,1.22

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Mon Sep 29 07:20:33 CEST 2003


Update of /cvsroot/scummvm/scummvm/bs2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv15166

Modified Files:
	_mouse.h d_sound.h 
Log Message:
cleanup


Index: _mouse.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/driver/_mouse.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- _mouse.h	23 Sep 2003 16:53:25 -0000	1.2
+++ _mouse.h	29 Sep 2003 14:19:22 -0000	1.3
@@ -17,27 +17,13 @@
  * $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 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.
+extern void LogMouseEvent(uint16 buttons);
+extern int32 DrawMouse(void);
 
 #endif

Index: d_sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/bs2/driver/d_sound.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- d_sound.h	28 Sep 2003 14:13:57 -0000	1.21
+++ d_sound.h	29 Sep 2003 14:19:22 -0000	1.22
@@ -17,20 +17,6 @@
  * $Header$
  */
 
-//=============================================================================
-//
-//	Filename	:	d_sound.h
-//	Created		:	5th December 1996
-//	By			:	P.R.Porter
-//
-//	Summary		:	This include file defines links to all data which is
-//					defined in the d_sound.c module, but can be accessed by
-//					other parts of the driver96 library.
-//
-//
-//=============================================================================
-
-
 #ifndef D_SOUND_H
 #define D_SOUND_H
 





More information about the Scummvm-git-logs mailing list