TORCS  1.3.9
The Open Racing Car Simulator
graphconfig.h
Go to the documentation of this file.
1 /***************************************************************************
2 
3  file : graphconfig.h
4  created : Sun Jun 9 17:36:18 CEST 2002
5  copyright : (C) 2001 by Eric Espié email : Eric.Espie@torcs.org version : $Id$ ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ /** @file @author <a href=mailto:torcs@free.fr>Eric Espie</a> @version $Id$ */ #ifndef _GRAPHCONFIG_H_ #define _GRAPHCONFIG_H_ extern void *GraphMenuInit(void *prevMenu); #endif /* _GRAPHCONFIG_H_ */
6  email : Eric.Espie@torcs.org
7  version : $Id$
8 
9  ***************************************************************************/
10 
11 /***************************************************************************
12  * *
13  * This program is free software; you can redistribute it and/or modify *
14  * it under the terms of the GNU General Public License as published by *
15  * the Free Software Foundation; either version 2 of the License, or *
16  * (at your option) any later version. *
17  * *
18  ***************************************************************************/
19 
26 #ifndef _GRAPHCONFIG_H_
27 #define _GRAPHCONFIG_H_
28 
29 extern void *GraphMenuInit(void *prevMenu);
30 
31 #endif /* _GRAPHCONFIG_H_ */
32 
33 
34 
void * GraphMenuInit(void *prevMenu)