mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
12 lines
225 B
C
12 lines
225 B
C
#ifndef __TCtrlLib_TCtrlImg__
|
|
#define __TCtrlLib_TCtrlImg__
|
|
|
|
NAMESPACE_UPP
|
|
|
|
#define IMAGECLASS TCtrlImg
|
|
#define IMAGEFILE <TCtrlLib/tctrllib.iml>
|
|
#include <Draw/iml_header.h>
|
|
|
|
END_UPP_NAMESPACE
|
|
|
|
#endif//__TCtrlLib_TCtrlImg__
|