aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/picture.h
diff options
context:
space:
mode:
authorMartin Kiewitz2010-02-05 15:48:45 +0000
committerMartin Kiewitz2010-02-05 15:48:45 +0000
commitab2941bb520583be93ca9520497f6c3718194fa2 (patch)
treee3649c547286bfe7ba2af58f046ac6a0343048ae /engines/sci/graphics/picture.h
parentf8f490c565809c93ca35928210a740b6579fba19 (diff)
downloadscummvm-rg350-ab2941bb520583be93ca9520497f6c3718194fa2.tar.gz
scummvm-rg350-ab2941bb520583be93ca9520497f6c3718194fa2.tar.bz2
scummvm-rg350-ab2941bb520583be93ca9520497f6c3718194fa2.zip
SCI: adding some minor documentation for the various graphic classes
svn-id: r47904
Diffstat (limited to 'engines/sci/graphics/picture.h')
-rw-r--r--engines/sci/graphics/picture.h4
1 files changed, 4 insertions, 0 deletions
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);