]> git.mxchange.org Git - flightgear.git/blob - Scenery/scenery.h
Initial revision.
[flightgear.git] / Scenery / scenery.h
1 /**************************************************************************
2  * scenery.h -- data structures and routines for processing terrain meshes
3  *
4  * Written by Curtis Olson, started May 1997.
5  *
6  * $Id$
7  * (Log is kept at end of this file)
8  **************************************************************************/
9
10
11 #ifndef SCENERY_H
12 #define SCENERY_H
13
14
15 /* parse a scenery file */
16 int parse_scenery(char *file);
17
18
19 #endif SCENERY_H
20
21
22 /* $Log$
23 /* Revision 1.1  1997/05/16 16:07:07  curt
24 /* Initial revision.
25 /*
26  */