diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/teenagent/actor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/teenagent/actor.h b/engines/teenagent/actor.h index ca49ee4923..d69364a64b 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 +} |