/*************************************************************************** menu.h -- Interface file for Dynamic Menu Management ------------------- created : Fri Aug 13 22:24:24 CEST 1999 copyright : (C) 1999 by Eric Espie email : torcs@free.fr version : $Id: guimenu.h,v 1.2 2003/06/24 21:02:25 torcs Exp $ ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #ifndef __MENU__H__ #define __MENU__H__ typedef struct { void *screen; int labelId; } tMnuCallbackInfo; #endif /* __MENU__H__ */