Fix warning (missing endline)

svn-id: r43924
This commit is contained in:
Willem Jan Palenstijn 2009-09-03 21:11:56 +00:00
parent 1dfb5c2b30
commit e50631bee3

View file

@ -31,4 +31,4 @@ class Actor : public Animation {
public:
void render(Graphics::Surface * surface, const Common::Point & position, uint8 orientation, int delta_frame);
};
}
}