/*************************************************************************** file : singleplayer.h created : Sat Nov 16 09:48:11 CET 2002 copyright : (C) 2002 by Eric Espié email : eric.espie@torcs.org version : $Id: singleplayer.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: singleplayer.h,v 1.3 2004/04/05 18:25:00 olethros Exp $ */ #ifndef _SINGLEPLAYER_H_ #define _SINGLEPLAYER_H_ extern void *ReSinglePlayerInit(void *precMenu); #endif /* _SINGLEPLAYER_H_ */