mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
10 lines
201 B
C
10 lines
201 B
C
#ifndef __Geom_Ctrl__
|
|
#define __Geom_Ctrl__
|
|
|
|
#include <TCtrlLib/TCtrlLib.h>
|
|
#include <Geom/Draw/GeomDraw.h>
|
|
#include "pathCtrl.h"
|
|
#include "PlotterCtrl.h"
|
|
#include "CoordCtrl.h"
|
|
|
|
#endif//__Geom_Ctrl__
|