UFO: Alien Invasion
Doxygen documentation generating
r_main.h
Go to the documentation of this file.
1 
5 /*
6 Copyright (C) 1997-2001 Id Software, Inc.
7 
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License
10 as published by the Free Software Foundation; either version 2
11 of the License, or (at your option) any later version.
12 
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16 
17 See the GNU General Public License for more details.
18 
19 You should have received a copy of the GNU General Public License
20 along with this program; if not, write to the Free Software
21 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 
23 */
24 
25 #pragma once
26 
27 bool R_Init(void);
28 bool R_SetMode(void);
29 void R_Shutdown(void);
30 
31 void R_BeginFrame(void);
32 void R_EndFrame(void);
33 void R_RenderFrame(void);
bool R_SetMode(void)
Definition: r_main.cpp:694
void R_RenderFrame(void)
Definition: r_main.cpp:298
bool R_Init(void)
Definition: r_main.cpp:1263
void R_BeginFrame(void)
Definition: r_main.cpp:220
void R_Shutdown(void)
Definition: r_main.cpp:1319
void R_EndFrame(void)
Definition: r_main.cpp:443