aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/gfx.h')
-rw-r--r--engines/hdb/gfx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/gfx.h b/engines/hdb/gfx.h
index 923b5b7fc8..a138e9fb13 100644
--- a/engines/hdb/gfx.h
+++ b/engines/hdb/gfx.h
@@ -102,6 +102,7 @@ public:
Picture *loadPic(const char *picName);
Tile *loadTile(const char *tileName);
Tile *loadIcon(const char *tileName);
+ void setPixel(int x, int y, uint16 color);
Tile *getTile(int index);
void cacheTileSequence(int index, int count);