fixed instance loading forget to append basepath.. other path fixes (windows)
[csRadar.git] / csrTypes.h
index e65ad992c0ff8a09bc1c88765f529b660fc566a2..aec727efbd915cc55823310189adba82dbb26da6 100644 (file)
@@ -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];