mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
14 lines
281 B
C
14 lines
281 B
C
#ifndef __TCtrlLib__
|
|
#define __TCtrlLib__
|
|
|
|
#include <CtrlLib/CtrlLib.h>
|
|
#include <DocTypes/DocTypes.h>
|
|
#include <TDraw/TDraw.h>
|
|
#include <TCore/TCore.h>
|
|
#include "util.h"
|
|
#include "template.h"
|
|
//#include "OldTreeCtrl.h"
|
|
#include "Ruler.h"
|
|
#include "DocMgr.h"
|
|
|
|
#endif//__TCtrlLib__
|