------------------------------------------------------
| 157 | |
| 158 | //------------------------------------------------------ |
| 159 | void SFxHelper::AddLightToScene( vec3_t org, float radius, float red, float green, float blue ) |
| 160 | { |
| 161 | cgi_R_AddLightToScene( org, radius, red, green, blue ); |
| 162 | } |
| 163 | |
| 164 | //------------------------------------------------------ |
| 165 | void SFxHelper::AddPolyToScene( int shader, int count, polyVert_t *verts ) |
no test coverage detected