mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-16 14:15:26 -06:00
22 lines
526 B
C++
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
|