1 /***************************************************************************
2 
3     file                 : driverconfig.h
4     created              : Wed Apr 26 22:20:10 CEST 2000
5     copyright            : (C) 2000 by Eric Espie
6     email                : torcs@free.fr
7     version              : $Id: driverconfig.h,v 1.2 2003/06/24 21:02:23 torcs Exp $
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 
20 
21 
22 #ifndef _DRIVERCONFIG_H_
23 #define _DRIVERCONFIG_H_
24 
25 extern void *TorcsDriverMenuInit(void *prevMenu);
26 
27 #endif /* _DRIVERCONFIG_H_ */
28 
29 
30 
31