GRAPHICS: Add comments on which engines use the decoders

This commit is contained in:
Matthew Hoops 2012-04-08 08:58:42 -04:00
parent 744528cb18
commit db52618833
3 changed files with 21 additions and 0 deletions

View File

@ -19,6 +19,13 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
/**
* @file
* Image decoder used in engines:
* - hugo
* - mohawk
*/
#ifndef GRAPHICS_DECODERS_BMP_H
#define GRAPHICS_DECODERS_BMP_H

View File

@ -20,6 +20,13 @@
*
*/
/**
* @file
* Image decoder used in engines:
* - groovie
* - mohawk
*/
#ifndef GRAPHICS_JPEG_H
#define GRAPHICS_JPEG_H

View File

@ -20,6 +20,13 @@
*
*/
/**
* @file
* Image decoder used in engines:
* - mohawk
* - sci
*/
#ifndef GRAPHICS_PICT_H
#define GRAPHICS_PICT_H