]> git.mxchange.org Git - simgear.git/blob - simgear/math/SGMath.hxx
c3c96160875927182ec51fef8c8f9a436a207c25
[simgear.git] / simgear / math / SGMath.hxx
1 #ifndef SGMath_H
2 #define SGMath_H
3
4 /// Just include them all
5
6 #include <iosfwd>
7
8 #include "SGLimits.hxx"
9 #include "SGMisc.hxx"
10 #include "SGGeodesy.hxx"
11 #include "SGVec3.hxx"
12 #include "SGVec4.hxx"
13 #include "SGQuat.hxx"
14 #include "SGMatrix.hxx"
15 #include "SGGeoc.hxx"
16 #include "SGGeod.hxx"
17
18 #endif