| 366 | } |
| 367 | |
| 368 | static const char *UI_GetScreenshotFormatString( int format ) |
| 369 | { |
| 370 | switch ( format ) |
| 371 | { |
| 372 | default: |
| 373 | case SSF_JPEG: |
| 374 | return "jpg"; |
| 375 | case SSF_TGA: |
| 376 | return "tga"; |
| 377 | case SSF_PNG: |
| 378 | return "png"; |
| 379 | } |
| 380 | } |
| 381 | |
| 382 | typedef struct cvarTable_s { |
| 383 | vmCvar_t *vmCvar; |
no outgoing calls
no test coverage detected