stub Sys_RandomBytes.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@3912 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2011-10-28 15:15:35 +00:00
parent b356dc75aa
commit e5845b86a8
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ void Sys_RecentServer(char *command, char *target, char *title, char *desc)
{
}
qboolean Sys_RandomBytes(qbyte *string, int len)
{
return false;
}
//print into stdout
void Sys_Printf (char *fmt, ...)
{