]> git.tdb.fi Git - libs/math.git/blobdiff - source/linal/dummy.cpp
Rename the library to mspmath and make linal a sublibrary
[libs/math.git] / source / linal / dummy.cpp
diff --git a/source/linal/dummy.cpp b/source/linal/dummy.cpp
new file mode 100644 (file)
index 0000000..dd69a99
--- /dev/null
@@ -0,0 +1,8 @@
+#include "vector.h"
+#include "vector3.h"
+#include "matrix.h"
+#include "squarematrix.h"
+#include "matrix4.h"
+
+/* This dummy file is needed to make Builder happy, and also serves as a syntax
+check by pulling in all the headers. */