| 156 | void g3_GetViewPosition(vector *vp) { *vp = View_position; } |
| 157 | |
| 158 | void g3_GetViewMatrix(matrix *mat) { *mat = View_matrix; } |
| 159 | |
| 160 | void g3_GetUnscaledMatrix(matrix *mat) { *mat = Unscaled_matrix; } |
| 161 |
no outgoing calls
no test coverage detected