aboutsummaryrefslogtreecommitdiff
path: root/common/system.h
diff options
context:
space:
mode:
authorJordi Vilalta Prat2009-06-10 15:33:37 +0000
committerJordi Vilalta Prat2009-06-10 15:33:37 +0000
commitccbc5f3abbc85d5c5d165fefc60af2eeb9056bee (patch)
tree00322134b1034e848e326962da4f0d96bd7a33af /common/system.h
parentc0ba9d11589edd9183e068ae94ad016a365c4f34 (diff)
downloadscummvm-rg350-ccbc5f3abbc85d5c5d165fefc60af2eeb9056bee.tar.gz
scummvm-rg350-ccbc5f3abbc85d5c5d165fefc60af2eeb9056bee.tar.bz2
scummvm-rg350-ccbc5f3abbc85d5c5d165fefc60af2eeb9056bee.zip
Point to the Cursor and AudioCD Managers to help engine authors following the right path.
svn-id: r41433
Diffstat (limited to 'common/system.h')
-rw-r--r--common/system.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/common/system.h b/common/system.h
index 9cfb7dd511..bfec20e319 100644
--- a/common/system.h
+++ b/common/system.h
@@ -666,7 +666,11 @@ public:
- /** @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 @@ public:
* @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.
*/
//@{