From db52618833920648b3ced9e2e8a7d692a4aba08f Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sun, 8 Apr 2012 08:58:42 -0400 Subject: GRAPHICS: Add comments on which engines use the decoders --- graphics/decoders/bmp.h | 7 +++++++ graphics/decoders/jpeg.h | 7 +++++++ graphics/decoders/pict.h | 7 +++++++ 3 files changed, 21 insertions(+) (limited to 'graphics/decoders') diff --git a/graphics/decoders/bmp.h b/graphics/decoders/bmp.h index e11b12fad6..6360aa81c9 100644 --- a/graphics/decoders/bmp.h +++ b/graphics/decoders/bmp.h @@ -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 diff --git a/graphics/decoders/jpeg.h b/graphics/decoders/jpeg.h index c566d5ad21..c74aa57ca1 100644 --- a/graphics/decoders/jpeg.h +++ b/graphics/decoders/jpeg.h @@ -20,6 +20,13 @@ * */ +/** + * @file + * Image decoder used in engines: + * - groovie + * - mohawk + */ + #ifndef GRAPHICS_JPEG_H #define GRAPHICS_JPEG_H diff --git a/graphics/decoders/pict.h b/graphics/decoders/pict.h index b1e45a6bc1..1d07df1ab9 100644 --- a/graphics/decoders/pict.h +++ b/graphics/decoders/pict.h @@ -20,6 +20,13 @@ * */ +/** + * @file + * Image decoder used in engines: + * - mohawk + * - sci + */ + #ifndef GRAPHICS_PICT_H #define GRAPHICS_PICT_H -- cgit v1.2.3