aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/draw.h')
-rw-r--r--engines/gob/draw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/draw.h b/engines/gob/draw.h
index fe37382666..8ef5671948 100644
--- a/engines/gob/draw.h
+++ b/engines/gob/draw.h
@@ -173,6 +173,8 @@ public:
void setPalette();
void clearPalette();
+ uint32 getColor(uint8 index) const;
+
void dirtiedRect(int16 surface, int16 left, int16 top, int16 right, int16 bottom);
void dirtiedRect(SurfacePtr surface, int16 left, int16 top, int16 right, int16 bottom);