mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-27 06:22:27 +00:00
CG_RQ3_KEY_KEYNUMTOSTRINGBUF syscall
This commit is contained in:
parent
16e02803bc
commit
3fa530a26a
1 changed files with 5 additions and 0 deletions
|
@ -531,3 +531,8 @@ qboolean trap_R_inPVS(const vec3_t p1, const vec3_t p2)
|
|||
{
|
||||
return syscall(CG_R_INPVS, p1, p2);
|
||||
}
|
||||
|
||||
void trap_RQ3_Key_KeynumToStringBuf(int keynum, char *buf, int buflen)
|
||||
{
|
||||
syscall(CG_RQ3_KEY_KEYNUMTOSTRINGBUF, keynum, buf, buflen);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue