TORCS  1.3.9
The Open Racing Car Simulator
openglconfig.h
Go to the documentation of this file.
1 /***************************************************************************
2 
3  file : openglconfig.cpp
4  created : Fri Jun 3 12:52:07 CET 2004
5  copyright : (C) 2005 Bernhard Wymann
6  email : berniw@bluewin.ch
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 _OPENGLCONFIG_H_
26 #define _OPENGLCONFIG_H_
27 
28 extern void *OpenGLMenuInit(void *prevMenu);
29 
30 
31 #endif // _OPENGLCONFIG_H_
void * OpenGLMenuInit(void *prevMenu)