aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/player.h')
-rw-r--r--engines/mads/player.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/engines/mads/player.h b/engines/mads/player.h
index f82492f243..7792fb6bdd 100644
--- a/engines/mads/player.h
+++ b/engines/mads/player.h
@@ -39,6 +39,12 @@ private:
void reset();
void resetActionList();
+
+ void move();
+
+ void postUpdate();
+
+ void update();
public:
int _direction;
int _newDirection;
@@ -74,6 +80,10 @@ public:
void updateFrame();
void idle();
+
+ void setDest(const Common::Point &pt, int facing);
+
+ void nextFrame();
};
} // End of namespace MADS