fixed instance loading forget to append basepath.. other path fixes (windows)
[csRadar.git] / csrTypes.h
1 typedef uint8_t u8;
2 typedef uint16_t u16;
3 typedef uint32_t u32;
4 typedef uint64_t u64;
5 typedef int8_t i8;
6 typedef int16_t i16;
7 typedef int32_t i32;
8 typedef int64_t i64;
9
10 typedef unsigned int uint;
11
12 typedef float v2f[2];
13 typedef float v3f[3];
14 typedef float v4f[4];
15 typedef v3f m3x3f[3];
16 typedef v3f m4x3f[4];
17 typedef v3f boxf[2];