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

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

CHG: modules should be including src/c/classes/classes.h, not src/c/classes/objects/objects.h

File size: 299 bytes
Line 
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 */
9#include "../../classes/classes.h"
10
11/* local prototypes: */
12KML_Object* KMLFileReadx(FILE* fid);
13
14#endif /* _KMLFILEREADX_H */
Note: See TracBrowser for help on using the repository browser.