summaryrefslogtreecommitdiffstats
path: root/src/math/Matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/Matrix.h')
-rw-r--r--src/math/Matrix.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/math/Matrix.h b/src/math/Matrix.h
index 35972e7f..b7e055c5 100644
--- a/src/math/Matrix.h
+++ b/src/math/Matrix.h
@@ -313,3 +313,8 @@ public:
other.Reorthogonalise();
}
};
+
+class CCompressedMatrix : public CCompressedMatrixNotAligned
+{
+ int _alignment; // no clue what would this align to
+}; \ No newline at end of file