| 573 | } |
| 574 | |
| 575 | int cgi_SP_GetStringTextString(const char *text, char *buffer, int bufferLength) |
| 576 | { |
| 577 | return Q_syscall( CG_SP_GETSTRINGTEXTSTRING, text, buffer, bufferLength ); |
| 578 | } |
| 579 | |
| 580 | /* |
| 581 | OpenJK Add |
no outgoing calls
no test coverage detected