00001 00005 /* 00006 Copyright(c) 1997-2001 Id Software, Inc. 00007 Copyright(c) 2002 The Quakeforge Project. 00008 Copyright(c) 2006 Quake2World. 00009 00010 This program is free software; you can redistribute it and/or 00011 modify it under the terms of the GNU General Public License 00012 as published by the Free Software Foundation; either version 2 00013 of the License, or(at your option) any later version. 00014 00015 This program is distributed in the hope that it will be useful, 00016 but WITHOUT ANY WARRANTY; without even the implied warranty of 00017 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00018 00019 See the GNU General Public License for more details. 00020 00021 You should have received a copy of the GNU General Public License 00022 along with this program; if not, write to the Free Software 00023 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 00024 */ 00025 00026 #ifndef R_ARRAY_H 00027 #define R_ARRAY_H 00028 00029 void R_ResetArrayState(void); 00030 void R_SetArrayState(const struct model_s *mod); 00031 00032 #endif