diff --git a/matrix.h b/matrix.h index 466ef43..a97ea5b 100644 --- a/matrix.h +++ b/matrix.h @@ -7,7 +7,7 @@ typedef float MatrixType; // TODO Matrixtyp definieren -typedef struct Matrix; +typedef struct Matrix Matrix;