mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
15 lines
346 B
C++
15 lines
346 B
C++
#ifndef _PainterExamples_Examples_h_
|
|
#define _PainterExamples_Examples_h_
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
#include <Painter/Painter.h>
|
|
|
|
using namespace Upp;
|
|
|
|
#define IMAGECLASS TestImg
|
|
#define IMAGEFILE <PainterExamples/Test.iml>
|
|
#include <Draw/iml_header.h>
|
|
|
|
void RegisterExample(const char *name, void (*ex)(Painter& pw));
|
|
|
|
#endif
|