1
0
Fork 0
flightgear/Scenery/scenery.h

27 lines
524 B
C
Raw Normal View History

1997-05-16 15:58:23 +00:00
/**************************************************************************
* scenery.h -- data structures and routines for processing terrain meshes
*
* Written by Curtis Olson, started May 1997.
*
* $Id$
* (Log is kept at end of this file)
**************************************************************************/
#ifndef SCENERY_H
#define SCENERY_H
/* parse a scenery file */
int parse_scenery(char *file);
#endif SCENERY_H
/* $Log$
/* Revision 1.1 1997/05/16 16:07:07 curt
/* Initial revision.
/*
*/