X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=progs%2Fdemos%2Fspaceball%2Fvmath.h;h=3d8a4ca90e8442cd9c3579c3d36e6464421672c8;hb=8507764d48cceb8461f9d0194915fa0b7fb58447;hp=5010c07acf464d83841623cd6e9b5dd1e899039d;hpb=ee81383a1573bc3c4a149919126582ab133c1bc1;p=freeglut diff --git a/progs/demos/spaceball/vmath.h b/progs/demos/spaceball/vmath.h index 5010c07..3d8a4ca 100644 --- a/progs/demos/spaceball/vmath.h +++ b/progs/demos/spaceball/vmath.h @@ -21,11 +21,11 @@ quat_t quat_rotate(quat_t q, float angle, float x, float y, float z); /* matrix functions */ static inline void m4_cons(mat4_t m, - float m11, float m12, float m13, float m14, - float m21, float m22, float m23, float m24, - float m31, float m32, float m33, float m34, - float m41, float m42, float m43, float m44); + float m11, float m12, float m13, float m14, + float m21, float m22, float m23, float m24, + float m31, float m32, float m33, float m34, + float m41, float m42, float m43, float m44); #include "vmath.inl" -#endif /* VMATH_H_ */ +#endif /* VMATH_H_ */