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