FreeWRL/FreeX3D  3.0.0
options.h
1 /*
2 
3  FreeWRL command line arguments.
4 
5 */
6 
7 /****************************************************************************
8  This file is part of the FreeWRL/FreeX3D Distribution.
9 
10  Copyright 2009 CRC Canada. (http://www.crc.gc.ca)
11 
12  FreeWRL/FreeX3D is free software: you can redistribute it and/or modify
13  it under the terms of the GNU Lesser Public License as published by
14  the Free Software Foundation, either version 3 of the License, or
15  (at your option) any later version.
16 
17  FreeWRL/FreeX3D is distributed in the hope that it will be useful,
18  but WITHOUT ANY WARRANTY; without even the implied warranty of
19  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20  GNU General Public License for more details.
21 
22  You should have received a copy of the GNU General Public License
23  along with FreeWRL/FreeX3D. If not, see <http://www.gnu.org/licenses/>.
24 ****************************************************************************/
25 
26 
27 
28 #ifndef __FREEWRL_MAIN_OPTIONS_H__
29 #define __FREEWRL_MAIN_OPTIONS_H__
30 
31 
32 extern int fv_parseCommandLine (int argc, char **argv, freewrl_params_t *);
33 void fv_parseEnvVars(void);
34 
35 
36 #endif /* __FREEWRL_MAIN_OPTIONS_H__ */
Initialization.
Definition: libFreeWRL.h:71