From aea224e2604547d6dfe4b26b66a7e7b5a6babcbb Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Sat, 26 Oct 2013 10:38:25 -0400 Subject: ALL: Mark off common code used by ZVision --- graphics/decoders/tga.h | 1 + video/avi_decoder.h | 1 + 2 files changed, 2 insertions(+) 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: -- cgit v1.2.3