| 676 | static void BuildModelAngleMatrix(matrix *mat, angle ang, vector *axis); |
| 677 | |
| 678 | void WBClearInfo(poly_model *pm) { pm->num_wbs = 0; } |
| 679 | |
| 680 | inline void RecursiveAssignWB(poly_model *pm, int sm_index, int wb_index) { |
| 681 | int flags; |
no outgoing calls
no test coverage detected