Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals

drive.h

Go to the documentation of this file.
00001 /* 00002 Definition of some variables. 00003 This code is part of D.R.I.V.E. - Digraph Research inside Virtual Environment 00004 Copyright (C) 2003 by Saiani Alessandro <saiani.alessandro@libero.it> 00005 00006 This program is free software; you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License as published by 00008 the Free Software Foundation; either version 2 of the License, or 00009 (at your option) any later version. 00010 00011 This program is distributed in the hope that it will be useful, 00012 but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 GNU General Public License for more details. 00015 00016 You should have received a copy of the GNU General Public License 00017 along with this program; if not, write to the Free Software 00018 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00019 */ 00020 #include <stdlib.h> 00021 #include <stddef.h> 00022 #include <math.h> 00023 #include <time.h> 00024 #include <signal.h> 00025 #include <assert.h> 00026 #include <signal.h> 00027 #include <GL/gl.h> 00028 #include <GL/glu.h> 00029 #include <GL/glut.h> 00030 #include <stdio.h> 00031 #include <string.h> 00032 #include <stdbool.h> 00033 #include <popt.h> 00034 #include "libvrmltree.h" 00035 #include "libtdf.h" 00036 #include "definition.h" 00037 00038 #ifndef DRIVE_H 00039 #define DRIVE_H 00041 extern FILE* yyin; 00042 extern int yylineno; 00043 extern node* vp_root; 00045 /*From options.c*/ 00046 int iniload (char*); 00047 int getDriveCommandLineOptions(int , char** ); 00048 00049 #endif

SourceForge.net Logo

Generated on Mon Jun 14 17:25:56 2004 for D.R.I.V.E. by doxygen 1.3.7