/*************************************************************************** file : relief.h created : Sat Jun 1 18:03:02 CEST 2002 copyright : (C) 2001 by Eric Espié email : Eric.Espie@torcs.org version : $Id: relief.h,v 1.1 2002/06/02 12:05:14 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: relief.h,v 1.1 2002/06/02 12:05:14 torcs Exp $ */ #ifndef _RELIEF_H_ #define _RELIEF_H_ extern void LoadRelief(void * TrackHandle, char *reliefFile); extern void CountRelief(int interior, int *nb_vert, int *nb_seg); extern void GenRelief(int interior); #endif /* _RELIEF_H_ */