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

@@ -1,8 +1,7 @@
//
// Created by dawsh on 1/25/24.
//
#pragma once
#ifndef J3ML_POLYGON_H
#define J3ML_POLYGON_H
namespace Geometry {
class Polygon {
#endif //J3ML_POLYGON_H
};
}