[Scummvm-cvs-logs] SF.net SVN: scummvm:[41433] scummvm/trunk/common/system.h

jvprat at users.sourceforge.net jvprat at users.sourceforge.net
Wed Jun 10 17:33:37 CEST 2009


Revision: 41433
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41433&view=rev
Author:   jvprat
Date:     2009-06-10 15:33:37 +0000 (Wed, 10 Jun 2009)

Log Message:
-----------
Point to the Cursor and AudioCD Managers to help engine authors following the right path.

Modified Paths:
--------------
    scummvm/trunk/common/system.h

Modified: scummvm/trunk/common/system.h
===================================================================
--- scummvm/trunk/common/system.h	2009-06-10 15:20:52 UTC (rev 41432)
+++ scummvm/trunk/common/system.h	2009-06-10 15:33:37 UTC (rev 41433)
@@ -666,7 +666,11 @@
 
 
 
-	/** @name Mouse */
+	/** @name Mouse
+	 * This is the lower level implementation as provided by the
+	 * backends. The engines should use the Graphics::CursorManager
+	 * class instead of using it directly.
+	 */
 	//@{
 
 	/** Show or hide the mouse cursor. */
@@ -834,6 +838,9 @@
 	 * @name Audio CD
 	 * The methods in this group deal with Audio CD playback.
 	 * The default implementation simply does nothing.
+	 * This is the lower level implementation as provided by the
+	 * backends. The engines should use the Audio::AudioCDManager
+	 * class instead of using it directly.
 	 */
 	//@{
 


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