------------------------------------------------------
| 93 | |
| 94 | //------------------------------------------------------ |
| 95 | int SFxHelper::ReadFile( void *data, int len, fileHandle_t fh ) |
| 96 | { |
| 97 | return cgi_FS_Read( data, len, fh ); |
| 98 | } |
| 99 | |
| 100 | //------------------------------------------------------ |
| 101 | void SFxHelper::CloseFile( fileHandle_t fh ) |
nothing calls this directly
no test coverage detected