/*************************************************************************** file : graphconfig.h created : Sun Jun 9 17:36:18 CEST 2002 copyright : (C) 2001 by Eric Espié email : Eric.Espie@torcs.org version : $Id: graphconfig.h,v 1.2 2003/06/24 21:02:23 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. * * * ***************************************************************************/ /** @file @author Eric Espie @version $Id: graphconfig.h,v 1.2 2003/06/24 21:02:23 torcs Exp $ */ #ifndef _GRAPHCONFIG_H_ #define _GRAPHCONFIG_H_ extern void *GraphMenuInit(void *prevMenu); #endif /* _GRAPHCONFIG_H_ */