TORCS
1.3.9
The Open Racing Car Simulator
guimenu.h
Go to the documentation of this file.
1
/***************************************************************************
2
menu.h -- Interface file for Dynamic Menu Management
3
-------------------
4
created : Fri Aug 13 22:24:24 CEST 1999
5
copyright : (C) 1999 by Eric Espie
6
email : torcs@free.fr
7
version : $Id$
8
***************************************************************************/
9
10
/***************************************************************************
11
* *
12
* This program is free software; you can redistribute it and/or modify *
13
* it under the terms of the GNU General Public License as published by *
14
* the Free Software Foundation; either version 2 of the License, or *
15
* (at your option) any later version. *
16
* *
17
***************************************************************************/
18
19
20
#ifndef __MENU__H__
21
#define __MENU__H__
22
23
24
typedef
struct
25
{
26
void
*
screen
;
27
int
labelId
;
28
}
tMnuCallbackInfo
;
29
30
31
32
#endif
/* __MENU__H__ */
33
34
35
tMnuCallbackInfo::screen
void * screen
Definition:
guimenu.h:26
tMnuCallbackInfo::labelId
int labelId
Definition:
guimenu.h:27
tMnuCallbackInfo
Definition:
guimenu.h:24
src
libs
tgfclient
guimenu.h
Generated by
1.8.14