aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/bitmap.h')
-rw-r--r--engines/cge2/bitmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cge2/bitmap.h b/engines/cge2/bitmap.h
index ea7146f0d7..7f467903af 100644
--- a/engines/cge2/bitmap.h
+++ b/engines/cge2/bitmap.h
@@ -73,6 +73,7 @@ public:
Bitmap *code();
Bitmap &operator=(const Bitmap &bmp);
+ void release();
void hide(int16 x, int16 y);
void show(int16 x, int16 y);
void xShow(int16 x, int16 y);