From 6e2faa538cfacdf29e055b6c7ca6fdce3886b8da Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 29 Feb 2024 10:10:59 +0100 Subject: rename mg/Math.h -> mg/Functions.h --- include/mg/BatchFunctions.h | 2 ++ include/mg/BatchMath.h | 2 -- include/mg/Functions.h | 2 ++ include/mg/Math.h | 2 -- 4 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 include/mg/BatchFunctions.h delete mode 100644 include/mg/BatchMath.h create mode 100644 include/mg/Functions.h delete mode 100644 include/mg/Math.h (limited to 'include') diff --git a/include/mg/BatchFunctions.h b/include/mg/BatchFunctions.h new file mode 100644 index 00000000..0124e922 --- /dev/null +++ b/include/mg/BatchFunctions.h @@ -0,0 +1,2 @@ +#pragma once +#include diff --git a/include/mg/BatchMath.h b/include/mg/BatchMath.h deleted file mode 100644 index 0124e922..00000000 --- a/include/mg/BatchMath.h +++ /dev/null @@ -1,2 +0,0 @@ -#pragma once -#include diff --git a/include/mg/Functions.h b/include/mg/Functions.h new file mode 100644 index 00000000..a70d392b --- /dev/null +++ b/include/mg/Functions.h @@ -0,0 +1,2 @@ +#pragma once +#include diff --git a/include/mg/Math.h b/include/mg/Math.h deleted file mode 100644 index a70d392b..00000000 --- a/include/mg/Math.h +++ /dev/null @@ -1,2 +0,0 @@ -#pragma once -#include -- cgit v1.2.3