| 48 | } |
| 49 | |
| 50 | void trap_R_SetColor( const float *rgba ) |
| 51 | { |
| 52 | // syscall( UI_R_SETCOLOR, rgba ); |
| 53 | // re.SetColor( rgba ); |
| 54 | ui.R_SetColor(rgba); |
| 55 | } |
| 56 | |
| 57 | void trap_R_DrawStretchPic( float x, float y, float w, float h, float s1, float t1, float s2, float t2, qhandle_t hShader ) |
| 58 | { |
no outgoing calls
no test coverage detected