diff options
| -rw-r--r-- | common/system.h | 9 | 
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.  	 */  	//@{ | 
