aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/graphics.h
diff options
context:
space:
mode:
authorNicola Mettifogo2008-07-29 09:44:05 +0000
committerNicola Mettifogo2008-07-29 09:44:05 +0000
commit884b753c7362b25356f427f4f15abe90bf411032 (patch)
treed1f3d291586c514f72e9be1101e4e3739a6cc1cb /engines/parallaction/graphics.h
parenta1f48b91eae7d61be15d1235a653402dea291d13 (diff)
downloadscummvm-rg350-884b753c7362b25356f427f4f15abe90bf411032.tar.gz
scummvm-rg350-884b753c7362b25356f427f4f15abe90bf411032.tar.bz2
scummvm-rg350-884b753c7362b25356f427f4f15abe90bf411032.zip
Added dialogue text rendering for BRA.
svn-id: r33402
Diffstat (limited to 'engines/parallaction/graphics.h')
-rw-r--r--engines/parallaction/graphics.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/parallaction/graphics.h b/engines/parallaction/graphics.h
index 8b00b49ece..90669daab8 100644
--- a/engines/parallaction/graphics.h
+++ b/engines/parallaction/graphics.h
@@ -497,7 +497,6 @@ public:
void freeLabels();
// dialogue balloons
- void getStringExtent(Font *font, char *text, uint16 maxwidth, int16* width, int16* height);
GfxObj* registerBalloon(Frames *frames, const char *text);
void destroyBalloons();
@@ -599,7 +598,6 @@ public:
// low level text and patches
void drawText(Font *font, Graphics::Surface* surf, uint16 x, uint16 y, const char *text, byte color);
- void drawWrappedText(Font *font, Graphics::Surface* surf, char *text, byte color, int16 wrapwidth);
void drawGfxObject(GfxObj *obj, Graphics::Surface &surf, bool scene);
void blt(const Common::Rect& r, byte *data, Graphics::Surface *surf, uint16 z, byte transparentColor);