aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/costume.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/costume.h')
-rw-r--r--engines/scumm/costume.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/scumm/costume.h b/engines/scumm/costume.h
index 003bd6ce2b..8e1910abcf 100644
--- a/engines/scumm/costume.h
+++ b/engines/scumm/costume.h
@@ -79,8 +79,12 @@ public:
byte increaseAnims(Actor *a);
int _maxHeight;
+
protected:
- byte increaseAnim(Actor *a, int slot);
+ void actorSpeak(ActorC64 *a, int &cmd);
+ int dirToDirStop(int oldDir);
+ void frameUpdate(ActorC64 *A, int cmd);
+
};
class ClassicCostumeRenderer : public BaseCostumeRenderer {