mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 16:33:50 +00:00
GRAPHICS: Add comments on which engines use the decoders
This commit is contained in:
parent
744528cb18
commit
db52618833
@ -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
|
||||
|
||||
|
@ -20,6 +20,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Image decoder used in engines:
|
||||
* - groovie
|
||||
* - mohawk
|
||||
*/
|
||||
|
||||
#ifndef GRAPHICS_JPEG_H
|
||||
#define GRAPHICS_JPEG_H
|
||||
|
||||
|
@ -20,6 +20,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Image decoder used in engines:
|
||||
* - mohawk
|
||||
* - sci
|
||||
*/
|
||||
|
||||
#ifndef GRAPHICS_PICT_H
|
||||
#define GRAPHICS_PICT_H
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user