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;
29 
30 
31 
32 #endif /* __MENU__H__ */
33 
34 
35 
void * screen
Definition: guimenu.h:26