From ab2941bb520583be93ca9520497f6c3718194fa2 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Fri, 5 Feb 2010 15:48:45 +0000 Subject: SCI: adding some minor documentation for the various graphic classes svn-id: r47904 --- engines/sci/graphics/picture.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/sci/graphics/picture.h') diff --git a/engines/sci/graphics/picture.h b/engines/sci/graphics/picture.h index f0e6cca690..92c30262d2 100644 --- a/engines/sci/graphics/picture.h +++ b/engines/sci/graphics/picture.h @@ -36,6 +36,10 @@ class GfxPorts; class GfxScreen; class GfxPalette; +/** + * Picture class, handles loading and displaying of picture resources + * every picture resource has its own instance of this class + */ class GfxPicture { public: GfxPicture(ResourceManager *resMan, GfxPorts *ports, GfxScreen *screen, GfxPalette *palette, GuiResourceId resourceId, bool EGAdrawingVisualize = false); -- cgit v1.2.3