TORCS  1.3.9
The Open Racing Car Simulator
simuconfig.h
Go to the documentation of this file.
1 /***************************************************************************
2 
3  file : simuconfig.h
4  created : Wed Nov 3 21:48:57 CET 2004
5  copyright : (C) 2004 by Eric Espié
6  email : eric.espie@free.fr
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 
25 #ifndef _SIMUCONFIG_H_
26 #define _SIMUCONFIG_H_
27 
28 extern void *SimuMenuInit(void *prevMenu);
29 
30 
31 #endif /* _SIMUCONFIG_H_ */
32 
33 
34 
void * SimuMenuInit(void *prevMenu)
Definition: simuconfig.cpp:117