UFO: Alien Invasion
Loading...
Searching...
No Matches
r_array.h
Go to the documentation of this file.
1
4
5/*
6Copyright(c) 1997-2001 Id Software, Inc.
7Copyright(c) 2002 The Quakeforge Project.
8Copyright(c) 2006 Quake2World.
9
10This program is free software; you can redistribute it and/or
11modify it under the terms of the GNU General Public License
12as published by the Free Software Foundation; either version 2
13of the License, or(at your option) any later version.
14
15This program is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18
19See the GNU General Public License for more details.
20
21You should have received a copy of the GNU General Public License
22along with this program; if not, write to the Free Software
23Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
24*/
25
26#pragma once
27
28void R_ResetArrayState(void);
29void R_SetArrayState(const struct mBspModel_s* bsp);
void R_SetArrayState(const struct mBspModel_s *bsp)
void R_ResetArrayState(void)
Definition r_array.cpp:185