ultimatepp/uppdev/DrawBench/bench.h
cxl 13520c8331 SDraw -> uppsrc/Painter
git-svn-id: svn://ultimatepp.org/upp/trunk@744 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-01-14 10:46:15 +00:00

12 lines
271 B
C++

#ifndef _DrawBench_bench_h_
#define _DrawBench_bench_h_
#include <Painter/Painter.h>
#include <plugin/cairo/CairoDraw.h>
using namespace Upp;
void PaintLion(Painter *sw, Cairo *ca, Draw *w);
void DrawPythagorasTree(Size sz, Painter*sw, Cairo *ca);
#endif