mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Remove Sys_SnapVector
This commit is contained in:
parent
5b5f7f5c0a
commit
eef897b3c1
1 changed files with 0 additions and 2 deletions
|
@ -1088,8 +1088,6 @@ void Sys_Print( const char *msg );
|
|||
// any game related timing information should come from event timestamps
|
||||
int Sys_Milliseconds (void);
|
||||
|
||||
void Sys_SnapVector( float *v );
|
||||
|
||||
qboolean Sys_RandomBytes( byte *string, int len );
|
||||
|
||||
// the system console is shown when a dedicated server is running
|
||||
|
|
Loading…
Reference in a new issue