aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/bitmap.h
diff options
context:
space:
mode:
authoruruk2014-05-23 10:05:02 +0200
committeruruk2014-05-23 10:05:02 +0200
commitba8e801ada1be7dbf7329ca444e20a24f7dca166 (patch)
treec2fb9e656deefae05876286edeb0ccf05a84fa59 /engines/cge2/bitmap.h
parent8a1b90acaf85166200e84f823471fbc497f9711e (diff)
downloadscummvm-rg350-ba8e801ada1be7dbf7329ca444e20a24f7dca166.tar.gz
scummvm-rg350-ba8e801ada1be7dbf7329ca444e20a24f7dca166.tar.bz2
scummvm-rg350-ba8e801ada1be7dbf7329ca444e20a24f7dca166.zip
CGE2: Implement Sprite::expand().
Add functions: *Bitmap::moveHi() *Bitmap::moveLo() *CGE2Engine::tail() and warning comments to various places during the process. Also add _lab data member to CommandHandler::Command.
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 7f467903af..07f83b8045 100644
--- a/engines/cge2/bitmap.h
+++ b/engines/cge2/bitmap.h
@@ -79,6 +79,8 @@ public:
void xShow(int16 x, int16 y);
bool solidAt(int16 x, int16 y);
void xLatPos(V2D& p);
+ bool moveHi(void);
+ bool moveLo(void);
};