8 lines
73 B
C++
8 lines
73 B
C++
#pragma once
|
|
|
|
namespace J3ML::Geometry
|
|
{
|
|
class Polyhedron {
|
|
|
|
};
|
|
} |