mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
11 lines
233 B
C++
11 lines
233 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>
|
|
END_UPP_NAMESPACE
|