X-Git-Url: https://git.jsancho.org/?p=c-irrlicht.git;a=blobdiff_plain;f=include%2Fvector3d.h;h=36de9a9e5dc101cdf105dc9627b4081be566d917;hp=6019d94c753d9239594c5d2c721a8c6b4275f6b2;hb=b226e30a662f768934061c7cb0fefc5f31d3b71f;hpb=ae7fc2605ca37645b106c8f35400a16d06dba69d diff --git a/include/vector3d.h b/include/vector3d.h index 6019d94..36de9a9 100644 --- a/include/vector3d.h +++ b/include/vector3d.h @@ -24,9 +24,9 @@ typedef struct { - float_t x; - float_t y; - float_t z; + float x; + float y; + float z; } irr_core_vector3df; #endif