netgen/libsrc/csg/manifold.cpp

15 lines
109 B
C++
Raw Normal View History

2014-01-09 15:19:48 +06:00
#include <csg.hpp>
namespace netgen
{
Manifold :: Manifold ()
{
;
}
Manifold :: ~Manifold ()
{
;
}
}