mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
12 lines
240 B
C
12 lines
240 B
C
#ifndef __GeomDraw__
|
|
#define __GeomDraw__
|
|
|
|
#include <Geom/Coords/GeomCoords.h>
|
|
#include <CtrlCore/CtrlCore.h>
|
|
#include <TDraw/TDraw.h>
|
|
#include "imgtran.h"
|
|
#include "pathDraw.h"
|
|
#include "plotter.h"
|
|
#include "coordutil.h"
|
|
|
|
#endif//__Geom__
|