ultimatepp/uppsrc/Geom/Geom.h
mdelfede d2b54f7989 changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00

15 lines
193 B
C

#ifndef __Geom__
#define __Geom__
#include <Core/Core.h>
NAMESPACE_UPP
#include "geometry.h"
#include "fp3.h"
#include "linsolv.h"
#include "delaunay.h"
END_UPP_NAMESPACE
#endif//__Geom__