X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmath%2FSGMathFwd.hxx;h=96b8a191b28ba2435ecede56e724f0dbd01afad3;hb=584ee1364f25e5c3795f9ff4633a792cba39bfc7;hp=3570aa40d6b1363ec93c90be580216f486e20182;hpb=f892d88c10a137ef45c7519b001199b63d1735ef;p=simgear.git diff --git a/simgear/math/SGMathFwd.hxx b/simgear/math/SGMathFwd.hxx index 3570aa40..96b8a191 100644 --- a/simgear/math/SGMathFwd.hxx +++ b/simgear/math/SGMathFwd.hxx @@ -52,9 +52,12 @@ typedef SGQuat SGQuatf; typedef SGQuat SGQuatd; typedef SGVec2 SGVec2f; typedef SGVec2 SGVec2d; +typedef SGVec2 SGVec2i; typedef SGVec3 SGVec3f; typedef SGVec3 SGVec3d; +typedef SGVec3 SGVec3i; typedef SGVec4 SGVec4f; typedef SGVec4 SGVec4d; +typedef SGVec4 SGVec4i; #endif