| 123 | }; |
| 124 | |
| 125 | void DBG_DrawLine(const Fvector& p0, const Fvector& p1, u32 c) { DBG_DrawPHAbstruct(xr_new<SPHDBGDrawLine>(p0, p1, c)); } |
| 126 | void DBG_DrawMatrix(const Fmatrix& m, float size, u8 a /* = 255*/) |
| 127 | { |
| 128 | Fvector to; |
no test coverage detected