From 38e03085adc00b4c84f6fde4cf29d26c2015a6c9 Mon Sep 17 00:00:00 2001 From: Quinn Henthorne Date: Tue, 10 Dec 2024 11:32:12 -0500 Subject: [PATCH] Renamed the headers to hpp --- Matrix.h => Matrix.hpp | 0 Vector3D.h => Vector3D.hpp | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Matrix.h => Matrix.hpp (100%) rename Vector3D.h => Vector3D.hpp (100%) diff --git a/Matrix.h b/Matrix.hpp similarity index 100% rename from Matrix.h rename to Matrix.hpp diff --git a/Vector3D.h b/Vector3D.hpp similarity index 100% rename from Vector3D.h rename to Vector3D.hpp