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

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

Almost done migrating objects to classes

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