From b7b87e725817433d9a6b6a38c4861b422d108f48 Mon Sep 17 00:00:00 2001 From: Iskender Abdullayev Date: Mon, 17 Nov 2025 14:40:52 +0100 Subject: [PATCH] my own stuff --- tests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.cpp b/tests.cpp index ad0578b..945e602 100644 --- a/tests.cpp +++ b/tests.cpp @@ -1,6 +1,6 @@ #include #include -#include "gamematrix.h" // anpassen, falls euer Header anders heißt +#include "gamematrix.h" bool approx(double a, double b, double eps = 1e-6) { return std::fabs(a - b) < eps;