Fixed Matrix struct definition in matrix.h

This commit is contained in:
Lukas Weber 2025-11-19 12:10:07 +01:00
parent dfce0ec3aa
commit 5d31d4e490

View File

@ -7,7 +7,7 @@ typedef float MatrixType;
// TODO Matrixtyp definieren // TODO Matrixtyp definieren
typedef struct Matrix; typedef struct Matrix Matrix;