![]() |
torcs - 1.2.2 | ![]() |
00001 /*************************************************************************** 00002 menu.h -- Interface file for Dynamic Menu Management 00003 ------------------- 00004 created : Fri Aug 13 22:24:24 CEST 1999 00005 copyright : (C) 1999 by Eric Espie 00006 email : torcs@free.fr 00007 version : $Id: guimenu.h,v 1.2 2003/06/24 21:02:25 torcs Exp $ 00008 ***************************************************************************/ 00009 00010 /*************************************************************************** 00011 * * 00012 * This program is free software; you can redistribute it and/or modify * 00013 * it under the terms of the GNU General Public License as published by * 00014 * the Free Software Foundation; either version 2 of the License, or * 00015 * (at your option) any later version. * 00016 * * 00017 ***************************************************************************/ 00018 00019 00020 #ifndef __MENU__H__ 00021 #define __MENU__H__ 00022 00023 00024 typedef struct 00025 { 00026 void *screen; 00027 int labelId; 00028 } tMnuCallbackInfo; 00029 00030 00031 00032 #endif /* __MENU__H__ */ 00033 00034 00035