Header implementations

This commit is contained in:
2024-01-29 14:50:00 -05:00
parent e76a0954d3
commit 32577f79b8
7 changed files with 49 additions and 13 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
namespace Geometry
{
class Polyhedron {
};
}