Several files renamed to match new consistency-style of preferring .hpp over .h to indicate C++ Headers

This commit is contained in:
2024-07-10 14:15:25 -04:00
parent 6ae876c435
commit 52e1670b80
8 changed files with 6 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
#pragma once
namespace J3ML::Algorithm
{
}