diff options
Diffstat (limited to 'engines/mads/player.h')
-rw-r--r-- | engines/mads/player.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/player.h b/engines/mads/player.h index b997e26a02..8bc0ae73a1 100644 --- a/engines/mads/player.h +++ b/engines/mads/player.h @@ -156,6 +156,8 @@ public: void startWalking(const Common::Point &pos, int direction); void nextFrame(); + + void step(); }; } // End of namespace MADS |