aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Hoops2013-10-26 10:38:25 -0400
committerMatthew Hoops2013-10-26 10:39:36 -0400
commitaea224e2604547d6dfe4b26b66a7e7b5a6babcbb (patch)
tree5f632ef7b0d72faab4e236e7ca033fa9faa046bb
parent070558c4c46d6be8898d77d9b2167d44a33f5a0f (diff)
downloadscummvm-rg350-aea224e2604547d6dfe4b26b66a7e7b5a6babcbb.tar.gz
scummvm-rg350-aea224e2604547d6dfe4b26b66a7e7b5a6babcbb.tar.bz2
scummvm-rg350-aea224e2604547d6dfe4b26b66a7e7b5a6babcbb.zip
ALL: Mark off common code used by ZVision
-rw-r--r--graphics/decoders/tga.h1
-rw-r--r--video/avi_decoder.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/decoders/tga.h b/graphics/decoders/tga.h
index d8ccf8f766..5b1e87d4c5 100644
--- a/graphics/decoders/tga.h
+++ b/graphics/decoders/tga.h
@@ -26,6 +26,7 @@
/*
* TGA decoder used in engines:
* - wintermute
+ * - zvision
*/
#ifndef GRAPHICS_DECODERS_TGA_H
diff --git a/video/avi_decoder.h b/video/avi_decoder.h
index 80c11b1e09..3bf443a95b 100644
--- a/video/avi_decoder.h
+++ b/video/avi_decoder.h
@@ -54,6 +54,7 @@ class Codec;
* - sci
* - sword1
* - sword2
+ * - zvision
*/
class AVIDecoder : public VideoDecoder {
public: