aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.h
diff options
context:
space:
mode:
authorTravis Howell2007-04-15 00:12:09 +0000
committerTravis Howell2007-04-15 00:12:09 +0000
commitfe6b6323fa5f89e240b7face2d00a8abeccce7f4 (patch)
tree288be761572044e38c666a330a9588805e64ffdf /engines/agos/agos.h
parent2aeb84f12a8c5f585399be8a4b4087f45ce27e13 (diff)
downloadscummvm-rg350-fe6b6323fa5f89e240b7face2d00a8abeccce7f4.tar.gz
scummvm-rg350-fe6b6323fa5f89e240b7face2d00a8abeccce7f4.tar.bz2
scummvm-rg350-fe6b6323fa5f89e240b7face2d00a8abeccce7f4.zip
Cleanup.
svn-id: r26478
Diffstat (limited to 'engines/agos/agos.h')
-rw-r--r--engines/agos/agos.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/engines/agos/agos.h b/engines/agos/agos.h
index 6479ac2ae9..8016add841 100644
--- a/engines/agos/agos.h
+++ b/engines/agos/agos.h
@@ -1271,12 +1271,14 @@ public:
void opp_restartClock();
protected:
- bool drawImages_clip(VC10_state *state);
+ bool drawImage_clip(VC10_state *state);
- void drawImages(VC10_state *state);
- void drawImages_Amiga(VC10_state *state);
- void drawImages_Simon(VC10_state *state);
- void drawImages_Feeble(VC10_state *state);
+ void drawImage_init(VC10_state *state);
+
+ void drawImage(VC10_state *state);
+ void drawImage_Amiga(VC10_state *state);
+ void drawImage_Simon(VC10_state *state);
+ void drawImage_Feeble(VC10_state *state);
void scaleClip(int16 h, int16 w, int16 y, int16 x, int16 scrollY);
void horizontalScroll(VC10_state *state);