ALL: Mark off common code used by ZVision

This commit is contained in:
Matthew Hoops 2013-10-26 10:38:25 -04:00
parent 070558c4c4
commit aea224e260
2 changed files with 2 additions and 0 deletions

View file

@ -26,6 +26,7 @@
/*
* TGA decoder used in engines:
* - wintermute
* - zvision
*/
#ifndef GRAPHICS_DECODERS_TGA_H

View file

@ -54,6 +54,7 @@ class Codec;
* - sci
* - sword1
* - sword2
* - zvision
*/
class AVIDecoder : public VideoDecoder {
public: