aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/actors/actor.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pink/actors/actor.h')
-rw-r--r--engines/pink/actors/actor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/pink/actors/actor.h b/engines/pink/actors/actor.h
index 83f0d8e574..040a482606 100644
--- a/engines/pink/actors/actor.h
+++ b/engines/pink/actors/actor.h
@@ -49,6 +49,8 @@ public:
Action *findAction(const Common::String &name);
void setAction(const Common::String &name);
+ void setAction(Action *newAction);
+ void setAction(Action *newAction, bool unk);
protected:
GamePage *_page;