/*************************************************************************** file : racemanmenu.h created : Fri Jan 3 22:25:02 CET 2003 copyright : (C) 2003 by Eric Espié email : eric.espie@torcs.org version : $Id: racemanmenu.h,v 1.3 2004/04/05 18:25:00 olethros 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. * * * ***************************************************************************/ /** @file @author Eric Espie @version $Id: racemanmenu.h,v 1.3 2004/04/05 18:25:00 olethros Exp $ */ #ifndef _RACEMANMENU_H_ #define _RACEMANMENU_H_ extern int ReRacemanMenu(void); extern int ReNewTrackMenu(void); #endif /* _RACEMANMENU_H_ */