X-Git-Url: https://harrygodden.com/git/?p=csRadar.git;a=blobdiff_plain;f=csrTypes.h;fp=csrTypes.h;h=3aafcba51bbcd35cb8f5a54586d77eed1ac5f596;hp=e65ad992c0ff8a09bc1c88765f529b660fc566a2;hb=8aa3bce0394bff13b44ea3cd84a47f5880fd7527;hpb=0399aad1d7374badf037a2696d9e276d71b7a297 diff --git a/csrTypes.h b/csrTypes.h index e65ad99..3aafcba 100644 --- a/csrTypes.h +++ b/csrTypes.h @@ -12,4 +12,5 @@ typedef unsigned int uint; typedef float v2f[2]; typedef float v3f[3]; typedef float v4f[4]; +typedef v3f m3x3f[3]; typedef v3f m4x3f[4];