mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
12 lines
271 B
C++
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
|