ultimatepp/uppdev/Glyph/TestDraw.cpp
cxl 8a49c504cc .uppdev
git-svn-id: svn://ultimatepp.org/upp/trunk@6061 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-05-13 07:48:02 +00:00

9 lines
149 B
C++

#include "glyph.h"
void FDraw::PutImage(Point p, const Image& m, const Rect& src)
{
}
void FDraw::PutRect(const Rect& r, Color color)
{
}