TORCS
1.3.9
The Open Racing Car Simulator
mainmenu.h
Go to the documentation of this file.
1
/***************************************************************************
2
3
file : mainmenu.h
4
created : Sat Mar 18 23:42:51 CET 2000
5
copyright : (C) 2000 by Eric Espie
6
email : torcs@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
20
21
#ifndef _MAINMENU_H_
22
#define _MAINMENU_H_
23
24
#if _WIN32
25
#include <windows.h>
26
#endif
27
28
extern
void
*
menuHandle
;
29
extern
tModList
*
RacemanModLoaded
;
30
31
extern
int
TorcsMainMenuInit
(
void
);
32
extern
int
TorcsMainMenuRun
(
void
);
33
34
#endif
/* _MAINMENU_H_ */
35
36
37
RacemanModLoaded
tModList * RacemanModLoaded
Definition:
mainmenu.cpp:32
TorcsMainMenuInit
int TorcsMainMenuInit(void)
Definition:
mainmenu.cpp:59
TorcsMainMenuRun
int TorcsMainMenuRun(void)
Definition:
mainmenu.cpp:116
menuHandle
void * menuHandle
Definition:
mainmenu.cpp:31
ModList
list of module interfaces
Definition:
tgf.h:203
src
libs
client
mainmenu.h
Generated by
1.8.14