diff --git a/graphics/decoders/bmp.h b/graphics/decoders/bmp.h index 59da682e4de..779da352bee 100644 --- a/graphics/decoders/bmp.h +++ b/graphics/decoders/bmp.h @@ -24,6 +24,7 @@ * Image decoder used in engines: * - hugo * - mohawk + * - wintermute */ #ifndef GRAPHICS_DECODERS_BMP_H diff --git a/graphics/decoders/jpeg.h b/graphics/decoders/jpeg.h index c74aa57ca1a..d59b72adf40 100644 --- a/graphics/decoders/jpeg.h +++ b/graphics/decoders/jpeg.h @@ -25,6 +25,7 @@ * Image decoder used in engines: * - groovie * - mohawk + * - wintermute */ #ifndef GRAPHICS_JPEG_H diff --git a/graphics/decoders/png.h b/graphics/decoders/png.h index e52ddabd7de..5e608eb7b1e 100644 --- a/graphics/decoders/png.h +++ b/graphics/decoders/png.h @@ -23,6 +23,7 @@ /* * PNG decoder used in engines: * - sword25 + * - wintermute * Dependencies: * - libpng */ diff --git a/graphics/decoders/tga.h b/graphics/decoders/tga.h index dfdc5a4da9d..d8ccf8f766a 100644 --- a/graphics/decoders/tga.h +++ b/graphics/decoders/tga.h @@ -25,7 +25,7 @@ /* * TGA decoder used in engines: - * - none + * - wintermute */ #ifndef GRAPHICS_DECODERS_TGA_H