1
0
forked from josh/j3ml
Files
j3ml-fork/include/J3ML/Geometry/Polyhedron.h
2024-02-02 13:53:23 -05:00

8 lines
73 B
C++

#pragma once
namespace J3ML::Geometry
{
class Polyhedron {
};
}