Skip to content

Commit

Permalink
PINK: fixed compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
voltya authored and sev- committed Jun 28, 2018
1 parent c9e7c00 commit 4ce6b3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/pink/objects/actions/action_play.h
Expand Up @@ -35,6 +35,8 @@ class ActionPlay : public ActionStill {

virtual void end();

void update() override;

protected:
virtual void onStart();

Expand Down

0 comments on commit 4ce6b3d

Please sign in to comment.