source: issm/trunk-jpl/src/c/modules/KMLFileReadx/KMLFileReadx.h@ 15068

Last change on this file since 15068 was 15068, checked in by Eric.Larour, 12 years ago

CHG: finished moving the kml objects from the classes directory to the kml directory.

File size: 298 bytes
RevLine 
[8461]1/*!\file: KMLFileReadx.h
2 * \brief header file for kml mesh writer routines.
3 */
4
5#ifndef _KMLFILEREADX_H
6#define _KMLFILEREADX_H
7
8#include <float.h> /* DBL_MAX */
[15068]9#include "../../kml/kmlobjects.h"
[8461]10
11/* local prototypes: */
12KML_Object* KMLFileReadx(FILE* fid);
13
14#endif /* _KMLFILEREADX_H */
Note: See TracBrowser for help on using the repository browser.