ultimatepp/benchmarks/LionBenchmark/LionBenchmark.h
cxl 2765aa8a11 .benchmarks
git-svn-id: svn://ultimatepp.org/upp/trunk@12541 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-11-15 11:38:37 +00:00

22 lines
526 B
C++

#ifndef _LionBenchmark_LionBenchmark_h
#define _LionBenchmark_LionBenchmark_h
#include <CtrlLib/CtrlLib.h>
#include <Painter/Painter.h>
using namespace Upp;
#define IMAGECLASS TestImg
#define IMAGEFILE <LionBenchmark/test.iml>
#include <Draw/iml_header.h>
void PaintLion(Painter& sw);
void PythagorasTree(Painter& sw);
void Demo(Painter& sw);
void ClippingExample(Painter& sw);
void PolyPolygon(Painter& sw);
void TextOnPath(Painter& sw);
void Dash(Painter& sw);
void SomeRocks(Painter& sw);
#endif