aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/text16.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/text16.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/text16.h')
-rw-r--r--engines/sci/graphics/text16.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sci/graphics/text16.h b/engines/sci/graphics/text16.h
index 47e5f14e13..e3e526101c 100644
--- a/engines/sci/graphics/text16.h
+++ b/engines/sci/graphics/text16.h
@@ -36,6 +36,9 @@ class GfxPorts;
class GfxPaint16;
class GfxScreen;
class GfxFont;
+/**
+ * Text16 class, handles text calculation and displaying of text for SCI0->SCI1.1 games
+ */
class GfxText16 {
public:
GfxText16(ResourceManager *_resMan, GfxCache *fonts, GfxPorts *ports, GfxPaint16 *paint16, GfxScreen *screen);