git-svn-id: svn://ultimatepp.org/upp/trunk@6131 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2013-06-03 08:10:18 +00:00
parent 7efe42e8b7
commit 12d14fc2e5

View file

@ -28,7 +28,6 @@ struct SDLDraw : SDraw {
virtual void PutImage(Point p, const Image& m, const Rect& src);
virtual void PutRect(const Rect& r, Color color);
virtual Image RenderGlyph(Point at, int angle, int chr, Font fnt, Color color, Size sz);
void Set(SDLWindow& win_);