/*************************************************************************** file : simuconfig.h created : Wed Nov 3 21:48:57 CET 2004 copyright : (C) 2004 by Eric Espié email : eric.espie@free.fr version : $Id: simuconfig.h,v 1.1 2004/11/03 22:46:10 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 @version $Id: simuconfig.h,v 1.1 2004/11/03 22:46:10 torcs Exp $ */ #ifndef _SIMUCONFIG_H_ #define _SIMUCONFIG_H_ extern void *SimuMenuInit(void *prevMenu); #endif /* _SIMUCONFIG_H_ */