diff --git a/engines/teenagent/actor.h b/engines/teenagent/actor.h index ca49ee4923e..d69364a64be 100644 --- a/engines/teenagent/actor.h +++ b/engines/teenagent/actor.h @@ -31,4 +31,4 @@ class Actor : public Animation { public: void render(Graphics::Surface * surface, const Common::Point & position, uint8 orientation, int delta_frame); }; -} \ No newline at end of file +}