00001 00008 /* 00009 All original material Copyright (C) 2002-2010 UFO: Alien Invasion. 00010 00011 Original file from Quake 2 v3.21: quake2-2.31/server/sv_null.c 00012 Copyright (C) 1997-2001 Id Software, Inc. 00013 00014 This program is free software; you can redistribute it and/or 00015 modify it under the terms of the GNU General Public License 00016 as published by the Free Software Foundation; either version 2 00017 of the License, or (at your option) any later version. 00018 00019 This program is distributed in the hope that it will be useful, 00020 but WITHOUT ANY WARRANTY; without even the implied warranty of 00021 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00022 00023 See the GNU General Public License for more details. 00024 00025 You should have received a copy of the GNU General Public License 00026 along with this program; if not, write to the Free Software 00027 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00028 00029 */ 00030 00031 void SV_Init (void) 00032 { 00033 } 00034 00035 void SV_Shutdown (const char *finalmsg, qboolean reconnect) 00036 { 00037 } 00038 00039 void SV_Frame (int time) 00040 { 00041 }