| 132 | void CL_GetGlconfig( glconfig_t *glconfig ); |
| 133 | |
| 134 | void trap_GetGlconfig( glconfig_t *glconfig ) |
| 135 | { |
| 136 | // syscall( UI_GETGLCONFIG, glconfig ); |
| 137 | CL_GetGlconfig( glconfig ); |
| 138 | } |
| 139 | |
| 140 | // this returns a handle. arg0 is the name in the format "idlogo.roq", set arg1 to NULL, alteredstates to qfalse (do not alter gamestate) |
| 141 | int trap_CIN_PlayCinematic( const char *arg0, int xpos, int ypos, int width, int height, int bits, const char *psAudioFile) { |
no test coverage detected