aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/bitmap.h
diff options
context:
space:
mode:
authoruruk2014-06-02 10:03:15 +0200
committeruruk2014-06-02 10:03:15 +0200
commitff21b2d5c8f8510ea5cfc6e59385c272d9774af9 (patch)
treedbabb8ca7ab1430da6d6cdd368eb396646b92665 /engines/cge2/bitmap.h
parent8eb6a4db8bb73df76c5cc1d90775d0925a5a6adb (diff)
downloadscummvm-rg350-ff21b2d5c8f8510ea5cfc6e59385c272d9774af9.tar.gz
scummvm-rg350-ff21b2d5c8f8510ea5cfc6e59385c272d9774af9.tar.bz2
scummvm-rg350-ff21b2d5c8f8510ea5cfc6e59385c272d9774af9.zip
CGE2: Implement Hero::expand(), move Sprite::works()'s stub to hero.cpp.
Diffstat (limited to 'engines/cge2/bitmap.h')
-rw-r--r--engines/cge2/bitmap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/cge2/bitmap.h b/engines/cge2/bitmap.h
index 82c3b07e31..102fb1c8ca 100644
--- a/engines/cge2/bitmap.h
+++ b/engines/cge2/bitmap.h
@@ -66,12 +66,14 @@ public:
int32 _map;
HideDesc *_b;
+ Bitmap();
Bitmap(CGE2Engine *vm, const char *fname);
Bitmap(CGE2Engine *vm, uint16 w, uint16 h, uint8 *map);
Bitmap(CGE2Engine *vm, uint16 w, uint16 h, uint8 fill);
Bitmap(CGE2Engine *vm, const Bitmap &bmp);
~Bitmap();
+ void setVM(CGE2Engine *vm);
Bitmap *code();
Bitmap &operator=(const Bitmap &bmp);
void release();