diff options
author | Colin Snover | 2016-07-29 12:32:19 -0500 |
---|---|---|
committer | Colin Snover | 2016-08-11 20:50:33 -0500 |
commit | 4ff0924e57a9bc9101ee0799a967fe3373dd2574 (patch) | |
tree | 0b9ffad4e850fd7560d870476820c515fc9a4d31 /engines | |
parent | 13297c19298c5ad73c9e996c5c31ca91de124911 (diff) | |
download | scummvm-rg350-4ff0924e57a9bc9101ee0799a967fe3373dd2574.tar.gz scummvm-rg350-4ff0924e57a9bc9101ee0799a967fe3373dd2574.tar.bz2 scummvm-rg350-4ff0924e57a9bc9101ee0799a967fe3373dd2574.zip |
SCI32: Additional Video32 documentation
Diffstat (limited to 'engines')
-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) : |