aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/agos.h
diff options
context:
space:
mode:
authorTravis Howell2006-10-13 13:16:15 +0000
committerTravis Howell2006-10-13 13:16:15 +0000
commit802a7cfaccfecd34e29a8d92a45e7974e06118b9 (patch)
treed1b4cb8fac0b05bd68fad80b430b9d6b245cf3b3 /engines/agos/agos.h
parent1f7ecda3d0506a24d537ffb30f5e8e992b6a10af (diff)
downloadscummvm-rg350-802a7cfaccfecd34e29a8d92a45e7974e06118b9.tar.gz
scummvm-rg350-802a7cfaccfecd34e29a8d92a45e7974e06118b9.tar.bz2
scummvm-rg350-802a7cfaccfecd34e29a8d92a45e7974e06118b9.zip
Cleanup
svn-id: r24296
Diffstat (limited to 'engines/agos/agos.h')
-rw-r--r--engines/agos/agos.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/engines/agos/agos.h b/engines/agos/agos.h
index 824b339b4d..bc2ef975a3 100644
--- a/engines/agos/agos.h
+++ b/engines/agos/agos.h
@@ -822,9 +822,9 @@ public:
void vc19_loop();
void vc20_setRepeat();
void vc21_endRepeat();
- void vc22_setSpritePaletteOld();
- void vc22_setSpritePaletteNew();
- void vc23_setSpritePriority();
+ void vc22_setPaletteOld();
+ void vc22_setPaletteNew();
+ void vc23_setPriority();
void vc24_setSpriteXY();
void vc25_halt_sprite();
void vc26_setSubWindow();
@@ -867,9 +867,12 @@ public:
void vc56_fullScreen();
void vc56_delayLong();
void vc57_blackPalette();
- void vc58();
- void vc59();
- void vc60_killSprite();
+ void vc58_checkCodeWheel();
+ void vc58_changePriority();
+ void vc59_skipIfNotEGA();
+ void vc59_skipIfSpeechEnded();
+ void vc59_stopAnimations();
+ void vc60_stopAnimation();
void vc61();
void vc61_setMaskImage();
void vc62_fastFadeOut();