aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/gui32.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/graphics/gui32.h')
-rw-r--r--engines/sci/graphics/gui32.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/sci/graphics/gui32.h b/engines/sci/graphics/gui32.h
index 615c0ea5e8..6d9eed5b8e 100644
--- a/engines/sci/graphics/gui32.h
+++ b/engines/sci/graphics/gui32.h
@@ -34,6 +34,7 @@ class GfxCursor;
class GfxScreen;
class GfxPalette;
class GfxCache;
+class GfxCoordAdjuster32;
class GfxCompare;
class GfxFrameout;
class GfxPaint32;
@@ -59,9 +60,6 @@ public:
void moveCursor(Common::Point pos);
void setCursorZone(Common::Rect zone);
- void globalToLocal(int16 *x, int16 *y, reg_t planeObj);
- void localToGlobal(int16 *x, int16 *y, reg_t planeObj);
-
void drawRobot(GuiResourceId robotId);
// FIXME: Don't store EngineState
@@ -73,6 +71,7 @@ protected:
GfxScreen *_screen;
GfxPalette *_palette;
GfxCache *_cache;
+ GfxCoordAdjuster32 *_coordAdjuster;
GfxCompare *_compare;
GfxFrameout *_frameout;
GfxPaint32 *_paint32;