mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 22:02:49 -06:00
15 lines
179 B
C++
15 lines
179 B
C++
#ifndef __Geom__
|
|
#define __Geom__
|
|
|
|
#include <Core/Core.h>
|
|
|
|
namespace Upp {
|
|
|
|
#include "geometry.h"
|
|
#include "fp3.h"
|
|
#include "linsolv.h"
|
|
#include "delaunay.h"
|
|
|
|
}
|
|
|
|
#endif//__Geom__
|