/*************************************************************************** file : mouseconfig.h created : Thu Mar 13 21:29:35 CET 2003 copyright : (C) 2003 by Eric Espié email : eric.espie@torcs.org version : $Id: mouseconfig.h,v 1.3 2003/11/08 16:37:18 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: mouseconfig.h,v 1.3 2003/11/08 16:37:18 torcs Exp $ */ #ifndef _MOUSECONFIG_H_ #define _MOUSECONFIG_H_ extern void *MouseCalMenuInit(void *prevMenu, tCmdInfo *cmd, int maxcmd); #endif /* _MOUSECONFIG_H_ */