1
0
forked from josh/j3ml
Files
j3ml-fork/include/J3ML/Geometry/Polyhedron.h
2024-01-29 14:50:00 -05:00

8 lines
67 B
C++

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