mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
11 lines
219 B
C++
11 lines
219 B
C++
#include "TCtrlLib.h"
|
|
#ifdef COMPILER_MSC
|
|
#pragma hdrstop
|
|
#endif//COMPILER_MSC
|
|
#include "TCtrlImg.h"
|
|
|
|
namespace Upp {
|
|
#define IMAGECLASS TCtrlImg
|
|
#define IMAGEFILE <TCtrlLib/tctrllib.iml>
|
|
#include <Draw/iml_source.h>
|
|
}
|