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

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

CHG: integrated Container/ directory into src/c/classes/objects directory. No reason to have the containers
and the objects that they contain defined in different places.

File size: 307 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 */
[12832]9#include "../../classes/objects/objects.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.