16 lines
253 B
C++
16 lines
253 B
C++
#pragma once
|
|
|
|
#include "shape.hpp"
|
|
#include "vertex.hpp"
|
|
#include "edge.hpp"
|
|
#include "wire.hpp"
|
|
#include "face.hpp"
|
|
#include "shell.hpp"
|
|
#include "solid.hpp"
|
|
#include "compound.hpp"
|
|
#include "geometry.hpp"
|
|
#include "surface.hpp"
|
|
|
|
|
|
namespace hpr::csg
|
|
{} |