netgen/libsrc/csg/manifold.cpp

15 lines
109 B
C++
Raw Normal View History

2009-01-13 04:40:13 +05:00
#include <csg.hpp>
namespace netgen
{
Manifold :: Manifold ()
{
;
}
Manifold :: ~Manifold ()
{
;
}
}