[Scummvm-cvs-logs] SF.net SVN: scummvm:[33277] scummvm/trunk/engines/tinsel/cliprect.h

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Jul 25 11:15:04 CEST 2008


Revision: 33277
          http://scummvm.svn.sourceforge.net/scummvm/?rev=33277&view=rev
Author:   fingolfin
Date:     2008-07-25 09:15:03 +0000 (Fri, 25 Jul 2008)

Log Message:
-----------
cleanup

Modified Paths:
--------------
    scummvm/trunk/engines/tinsel/cliprect.h

Modified: scummvm/trunk/engines/tinsel/cliprect.h
===================================================================
--- scummvm/trunk/engines/tinsel/cliprect.h	2008-07-25 09:13:08 UTC (rev 33276)
+++ scummvm/trunk/engines/tinsel/cliprect.h	2008-07-25 09:15:03 UTC (rev 33277)
@@ -40,7 +40,7 @@
 |*			Clip Rect Function Prototypes			*|
 \*----------------------------------------------------------------------*/
 
-void ResetClipRect(void);	// Resets the clipping rectangle allocator
+void ResetClipRect();	// Resets the clipping rectangle allocator
 
 void AddClipRect(		// Allocate a clipping rectangle from the free list
 	const Common::Rect &pClip);		// clip rectangle dimensions to allocate
@@ -64,7 +64,7 @@
 	bool bVelocity,		// when set, objects pos is updated with velocity
 	bool bScrolled);	// when set, playfield has scrolled
 
-void MergeClipRect(void);	// Merges any clipping rectangles that overlap
+void MergeClipRect();	// Merges any clipping rectangles that overlap
 
 void UpdateClipRect(		// Redraws all objects within this clipping rectangle
 	OBJECT *pObjList,	// object list to draw


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list