ultimatepp/examples/PainterExamples/Examples.h
cxl 618cafcda3 PainterExamples - ctrls
git-svn-id: svn://ultimatepp.org/upp/trunk@794 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-01-22 18:38:47 +00:00

18 lines
426 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>
#define LAYOUTFILE <PainterExamples/Examples.lay>
#include <CtrlCore/lay.h>
void RegisterExample(const char *name, void (*ex)(Painter& pw));
#endif