| 146 | } |
| 147 | |
| 148 | int cgi_CM_PointContents( const vec3_t p, clipHandle_t model ) { |
| 149 | return Q_syscall( CG_CM_POINTCONTENTS, p, model ); |
| 150 | } |
| 151 | |
| 152 | int cgi_CM_TransformedPointContents( const vec3_t p, clipHandle_t model, const vec3_t origin, const vec3_t angles ) { |
| 153 | return Q_syscall( CG_CM_TRANSFORMEDPOINTCONTENTS, p, model, origin, angles ); |
no outgoing calls
no test coverage detected