/*************************************************************************** file : elevation.h created : Mon May 20 23:11:14 CEST 2002 copyright : (C) 2001 by Eric Espié email : Eric.Espie@torcs.org version : $Id: elevation.h,v 1.3 2002/09/06 19:17:20 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: elevation.h,v 1.3 2002/09/06 19:17:20 torcs Exp $ */ #ifndef _ELEVATION_H_ #define _ELEVATION_H_ extern void LoadElevation(tTrack *track, void *TrackHandle, char *imgFile); extern tdble GetElevation(tdble x, tdble y, tdble z); extern void SaveElevation(tTrack *track, void *TrackHandle, char *imgFile, char *meshFile, int disp); #endif /* _ELEVATION_H_ */