]> git.mxchange.org Git - flightgear.git/blob - src/FDM/UIUCModel/uiuc_map_fog.cpp
/FDM/UIUCModel/uiuc_aircraft.h
[flightgear.git] / src / FDM / UIUCModel / uiuc_map_fog.cpp
1 /********************************************************************** 
2  
3  FILENAME:     uiuc_map_fog.cpp 
4
5 ---------------------------------------------------------------------- 
6
7  DESCRIPTION:  initializes the fog map
8
9 ----------------------------------------------------------------------
10  
11  STATUS:       alpha version
12
13 ----------------------------------------------------------------------
14  
15  REFERENCES:   
16  
17 ----------------------------------------------------------------------
18  
19  HISTORY:      05/20/2001   initial release
20
21 ----------------------------------------------------------------------
22  
23  AUTHOR(S):    Michael Savchenko       <savchenk@uiuc.edu>
24  
25 ----------------------------------------------------------------------
26  
27  VARIABLES:
28  
29 ----------------------------------------------------------------------
30  
31  INPUTS:       none
32  
33 ----------------------------------------------------------------------
34  
35  OUTPUTS:      none
36  
37 ----------------------------------------------------------------------
38  
39  CALLED BY:    uiuc_initializemaps.cpp
40  
41 ----------------------------------------------------------------------
42  
43  CALLS TO:     none
44  
45 ----------------------------------------------------------------------
46  
47  COPYRIGHT:    (C) 2000 by Michael Selig
48  
49  This program is free software; you can redistribute it and/or
50  modify it under the terms of the GNU General Public License
51  as published by the Free Software Foundation.
52  
53  This program is distributed in the hope that it will be useful,
54  but WITHOUT ANY WARRANTY; without even the implied warranty of
55  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
56  GNU General Public License for more details.
57  
58  You should have received a copy of the GNU General Public License
59  along with this program; if not, write to the Free Software
60  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
61  USA or view http://www.gnu.org/copyleft/gpl.html.
62  
63 **********************************************************************/
64
65
66 #include "uiuc_map_fog.h"
67
68
69 void uiuc_map_fog()
70 {
71   fog_map["fog_segments"]       =       fog_segments_flag       ;
72   fog_map["fog_point"]          =       fog_point_flag          ;
73   
74 }
75
76 // end uiuc_map_fog.cpp