diff options
author | Colin Snover | 2016-07-29 12:32:19 -0500 |
---|---|---|
committer | Colin Snover | 2016-08-12 09:28:46 -0500 |
commit | f1b7fe1acb6ddcc6554cb211dd3c5e23328187dc (patch) | |
tree | 20d3672563a3bc3759545cc7e847857747622c41 | |
parent | ef2c44bf1f2cf128a20096b3bcca2578634814b1 (diff) | |
download | scummvm-rg350-f1b7fe1acb6ddcc6554cb211dd3c5e23328187dc.tar.gz scummvm-rg350-f1b7fe1acb6ddcc6554cb211dd3c5e23328187dc.tar.bz2 scummvm-rg350-f1b7fe1acb6ddcc6554cb211dd3c5e23328187dc.zip |
SCI32: Additional Video32 documentation
-rw-r--r-- | engines/sci/graphics/video32.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/sci/graphics/video32.h b/engines/sci/graphics/video32.h index b0deba148a..7320ede5dc 100644 --- a/engines/sci/graphics/video32.h +++ b/engines/sci/graphics/video32.h @@ -229,6 +229,8 @@ private: /** * VMDPlayer is used to play VMD videos. + * Used by Phant1, GK2, PQ:SWAT, Shivers, SQ6, + * Torin, and Lighthouse. */ class VMDPlayer { public: @@ -493,6 +495,10 @@ private: bool _showCursor; }; +/** + * Video32 provides facilities for playing back + * video in SCI engine. + */ class Video32 { public: Video32(SegManager *segMan, EventManager *eventMan) : |