From 8d4e562555a5bc0bc5f9aea8ee2bbcb4f14dc18f Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 13 Oct 2011 14:01:19 +0300 Subject: SCI: Implemented kBitmap(3) and kBitmap(5). Some cleanup --- engines/sci/graphics/text32.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines/sci/graphics/text32.h') diff --git a/engines/sci/graphics/text32.h b/engines/sci/graphics/text32.h index 43395f6517..5a069958d9 100644 --- a/engines/sci/graphics/text32.h +++ b/engines/sci/graphics/text32.h @@ -26,8 +26,6 @@ #ifndef SCI_GRAPHICS_TEXT32_H #define SCI_GRAPHICS_TEXT32_H -#include "common/hashmap.h" - namespace Sci { /** @@ -38,7 +36,6 @@ public: GfxText32(SegManager *segMan, GfxCache *fonts, GfxScreen *screen); ~GfxText32(); reg_t createTextBitmap(reg_t textObject, uint16 maxWidth = 0, uint16 maxHeight = 0); - reg_t createTextBitmapSci21(uint16 width, uint16 height, byte skip, byte back, uint16 width2, uint16 height2, byte transparentFlag); void disposeTextBitmap(reg_t hunkId); void drawTextBitmap(reg_t textObject); int16 GetLongest(const char *text, int16 maxWidth, GfxFont *font); -- cgit v1.2.3