diff options
author | Matthew Hoops | 2012-04-19 08:16:08 -0400 |
---|---|---|
committer | Matthew Hoops | 2012-04-19 08:16:24 -0400 |
commit | 9971e74c4c481f99401212b469e9c79185fa6e70 (patch) | |
tree | c45fe6d57cc35557e3c7ceb90b1e6f3edeb3aa2f /graphics/decoders/pict.h | |
parent | 5ee569bce634d6704703239e665d865afc4e48fb (diff) | |
parent | 4520b115e97b494bd5d13599f27a5a339465f88e (diff) | |
download | scummvm-rg350-9971e74c4c481f99401212b469e9c79185fa6e70.tar.gz scummvm-rg350-9971e74c4c481f99401212b469e9c79185fa6e70.tar.bz2 scummvm-rg350-9971e74c4c481f99401212b469e9c79185fa6e70.zip |
Merge remote branch 'upstream/master' into pegasus
Conflicts:
base/plugins.cpp
configure
Diffstat (limited to 'graphics/decoders/pict.h')
-rw-r--r-- | graphics/decoders/pict.h | 7 |
1 files changed, 7 insertions, 0 deletions
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 |