mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-22 22:02:34 -06:00
9 lines
149 B
C++
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)
|
|
{
|
|
}
|