/*************************************************************************** file : objects.h created : Fri May 24 20:10:22 CEST 2002 copyright : (C) 2001 by Eric Espié email : Eric.Espie@torcs.org version : $Id: objects.h,v 1.3 2003/09/01 06:28:44 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: objects.h,v 1.3 2003/09/01 06:28:44 torcs Exp $ */ #ifndef _OBJECTS_H_ #define _OBJECTS_H_ extern void GenerateObjects(tTrack *track, void *TrackHandle, void *CfgHandle, FILE *save_fd, char *meshFile); extern int GetObjectsNb(void *TrackHandle); #endif /* _OBJECTS_H_ */