]> git.tdb.fi Git - libs/math.git/blob - source/linal/dummy.cpp
Rename the library to mspmath and make linal a sublibrary
[libs/math.git] / source / linal / dummy.cpp
1 #include "vector.h"
2 #include "vector3.h"
3 #include "matrix.h"
4 #include "squarematrix.h"
5 #include "matrix4.h"
6
7 /* This dummy file is needed to make Builder happy, and also serves as a syntax
8 check by pulling in all the headers. */