aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.h
diff options
context:
space:
mode:
authorTravis Howell2006-11-06 08:07:47 +0000
committerTravis Howell2006-11-06 08:07:47 +0000
commit5a404025284adde4dc9f35848385c1ab8ecf1dbd (patch)
tree628841fcec754b3e12b392056696776c5a05f3cd /engines/agos/agos.h
parent8c95ca18e5ce6d4e2df3d5b9e21e5303c4427879 (diff)
downloadscummvm-rg350-5a404025284adde4dc9f35848385c1ab8ecf1dbd.tar.gz
scummvm-rg350-5a404025284adde4dc9f35848385c1ab8ecf1dbd.tar.bz2
scummvm-rg350-5a404025284adde4dc9f35848385c1ab8ecf1dbd.zip
Split draw code for earlier games, to prevent regressions for now
svn-id: r24633
Diffstat (limited to 'engines/agos/agos.h')
-rw-r--r--engines/agos/agos.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/engines/agos/agos.h b/engines/agos/agos.h
index 5818975dde..8eef317f22 100644
--- a/engines/agos/agos.h
+++ b/engines/agos/agos.h
@@ -1275,9 +1275,12 @@ public:
void opp_restartClock();
protected:
+ bool drawImages_clip(VC10_state *state);
+
void drawImages(VC10_state *state);
+ void drawImages_Simon(VC10_state *state);
void drawImages_Feeble(VC10_state *state);
- bool drawImages_clip(VC10_state *state);
+
void scaleClip(int16 h, int16 w, int16 y, int16 x, int16 scrollY);
void horizontalScroll(VC10_state *state);
void verticalScroll(VC10_state *state);