torcs - 1.2.2

src/libs/client/mainmenu.h

Go to the documentation of this file.
00001 /***************************************************************************
00002 
00003     file                 : mainmenu.h
00004     created              : Sat Mar 18 23:42:51 CET 2000
00005     copyright            : (C) 2000 by Eric Espie
00006     email                : torcs@free.fr
00007     version              : $Id: mainmenu.h,v 1.2 2003/06/24 21:02:23 torcs Exp $
00008 
00009  ***************************************************************************/
00010 
00011 /***************************************************************************
00012  *                                                                         *
00013  *   This program is free software; you can redistribute it and/or modify  *
00014  *   it under the terms of the GNU General Public License as published by  *
00015  *   the Free Software Foundation; either version 2 of the License, or     *
00016  *   (at your option) any later version.                                   *
00017  *                                                                         *
00018  ***************************************************************************/
00019  
00020  
00021 #ifndef _MAINMENU_H_
00022 #define _MAINMENU_H_
00023 
00024 #if _WIN32
00025 #include <windows.h>
00026 #endif
00027 
00028 extern void *menuHandle;
00029 extern tModList *RacemanModLoaded;
00030 
00031 extern int TorcsMainMenuInit(void);
00032 extern int TorcsMainMenuRun(void);
00033 
00034 #endif /* _MAINMENU_H_ */ 
00035 
00036 
00037 

Generated at Thu Feb 26 21:52:27 2004 for torcs by doxygen 1.3.3 written by Dimitri van Heesch, © 1997-1999
TORCS © Eric Espié 1999, 2002.