diff options
author | Tim Angus <tim@ngus.net> | 2006-05-16 20:50:00 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-05-16 20:50:00 +0000 |
commit | bac6bec08fe63e12578c47809823cb7ee3016c44 (patch) | |
tree | d5e3b21c8d8063d2f9afc4eb71e7a7b427d91c81 /src/game | |
parent | 5c0efda0ef811b2bafedb2b4f53b083a9b90e1b4 (diff) |
* Merged ioq3-r783
* Added back the syscalls things I didn't mean to remove
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/g_syscalls.asm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/game/g_syscalls.asm b/src/game/g_syscalls.asm index 79a9b3d6..e77017b7 100644 --- a/src/game/g_syscalls.asm +++ b/src/game/g_syscalls.asm @@ -50,3 +50,16 @@ equ trap_Parse_ReadToken -46 equ trap_Parse_SourceFileAndLine -47 equ trap_SendGameStat -48 + + +equ memset -101 +equ memcpy -102 +equ strncpy -103 +equ sin -104 +equ cos -105 +equ atan2 -106 +equ sqrt -107 +equ floor -111 +equ ceil -112 +equ testPrintInt -113 +equ testPrintFloat -114 |