X-Git-Url: https://harrygodden.com/git/?p=csRadar.git;a=blobdiff_plain;f=csrTypes.h;h=aec727efbd915cc55823310189adba82dbb26da6;hp=e65ad992c0ff8a09bc1c88765f529b660fc566a2;hb=HEAD;hpb=a97099abba0a239e20929f04ece9d6839c96ac14 diff --git a/csrTypes.h b/csrTypes.h index e65ad99..aec727e 100644 --- a/csrTypes.h +++ b/csrTypes.h @@ -12,4 +12,6 @@ typedef unsigned int uint; typedef float v2f[2]; typedef float v3f[3]; typedef float v4f[4]; +typedef v3f m3x3f[3]; typedef v3f m4x3f[4]; +typedef v3f boxf[2];