void aircraft_debug(int type);
-#endif AIRCRAFT_H
+#endif /* AIRCRAFT_H */
/* $Log$
-/* Revision 1.3 1997/06/21 17:12:42 curt
-/* Capitalized subdirectory names.
+/* Revision 1.4 1997/07/23 21:52:17 curt
+/* Put comments around the text after an #endif for increased portability.
/*
+ * Revision 1.3 1997/06/21 17:12:42 curt
+ * Capitalized subdirectory names.
+ *
* Revision 1.2 1997/05/23 15:40:30 curt
* Added GNU copyright headers.
*
-#endif CONTROLS_H
+#endif /* CONTROLS_H */
/* $Log$
-/* Revision 1.3 1997/05/31 19:16:27 curt
-/* Elevator trim added.
+/* Revision 1.4 1997/07/23 21:52:18 curt
+/* Put comments around the text after an #endif for increased portability.
/*
+ * Revision 1.3 1997/05/31 19:16:27 curt
+ * Elevator trim added.
+ *
* Revision 1.2 1997/05/23 15:40:33 curt
* Added GNU copyright headers.
*
#include "LaRCsim/ls_interface.h"
-/* Define the various supported flight models (not all implemented) */
+/* Define the various supported flight models (most not yet implemented) */
#define FG_LARCSIM 0
#define FG_ACM 1
#define FG_HELICOPTER 2
#define FG_PARACHUTE 5
#define FG_SLEW 6
#define FG_EXTERN_GPS 7
+#define FG_EXTERN_NET 8
/* Define a structure containing the shared flight model parameters */
int fgFlightModelUpdate(int model, struct flight_params *f, int multiloop);
-#endif FLIGHT_H
+#endif /* FLIGHT_H */
/* $Log$
-/* Revision 1.6 1997/06/21 17:52:22 curt
-/* Continue directory shuffling ... everything should be compilable/runnable
-/* again.
+/* Revision 1.7 1997/07/23 21:52:19 curt
+/* Put comments around the text after an #endif for increased portability.
/*
+ * Revision 1.6 1997/06/21 17:52:22 curt
+ * Continue directory shuffling ... everything should be compilable/runnable
+ * again.
+ *
* Revision 1.5 1997/06/21 17:12:49 curt
* Capitalized subdirectory names.
*
int fgLaRCsimUpdate(int multiloop);
-#endif LS_INTERFACE_H
+#endif /* LS_INTERFACE_H */
/* $Log$
-/* Revision 1.2 1997/05/29 22:39:59 curt
-/* Working on incorporating the LaRCsim flight model.
+/* Revision 1.3 1997/07/23 21:52:20 curt
+/* Put comments around the text after an #endif for increased portability.
/*
+ * Revision 1.2 1997/05/29 22:39:59 curt
+ * Working on incorporating the LaRCsim flight model.
+ *
* Revision 1.1 1997/05/29 00:09:58 curt
* Initial Flight Gear revision.
*
GLenum GLTKkey(int k, GLenum mask);
-#endif GLTKKEY_H
+#endif /* GLTKKEY_H */
/* $Log$
-/* Revision 1.2 1997/05/23 15:40:24 curt
-/* Added GNU copyright headers.
-/* Fog now works!
+/* Revision 1.3 1997/07/23 21:52:22 curt
+/* Put comments around the text after an #endif for increased portability.
/*
+ * Revision 1.2 1997/05/23 15:40:24 curt
+ * Added GNU copyright headers.
+ * Fog now works!
+ *
* Revision 1.1 1997/05/21 15:57:49 curt
* Renamed due to added GLUT support.
*
void GLUTspecialkey(int k, int x, int y);
-#endif GLUTKEY_H
+#endif /* GLUTKEY_H */
/* $Log$
-/* Revision 1.4 1997/06/02 03:40:06 curt
-/* A tiny bit more view tweaking.
+/* Revision 1.5 1997/07/23 21:52:23 curt
+/* Put comments around the text after an #endif for increased portability.
/*
+ * Revision 1.4 1997/06/02 03:40:06 curt
+ * A tiny bit more view tweaking.
+ *
* Revision 1.3 1997/05/31 04:13:52 curt
* WE CAN NOW FLY!!!
*
TARGET = libScenery.a
-CFILES = common.c mesh.c scenery.c scanner.c parser.c geometry.c
+CFILES = chunkmgr.c common.c mesh.c scenery.c scanner.c parser.c geometry.c
HFILES =
OFILES = $(CFILES:.c=.o)
parser.o: parser.c
$(CC) $(CFLAGS) -c parser.c -o $@
+chunkmgr.o:
+ $(CC) $(CFLAGS) -c chunkmgr.c -o $@
+
common.o:
$(CC) $(CFLAGS) -c common.c -o $@
#---------------------------------------------------------------------------
# $Log$
+# Revision 1.17 1997/07/23 21:52:23 curt
+# Put comments around the text after an #endif for increased portability.
+#
# Revision 1.16 1997/07/20 02:19:11 curt
# First stab at a system to generate os2 makefiles automatically.
#
char *strip_quotes(char *s);
-#endif COMMON_H
+#endif /* COMMON_H */
/* $Log$
-/* Revision 1.2 1997/05/23 15:40:41 curt
-/* Added GNU copyright headers.
+/* Revision 1.3 1997/07/23 21:52:24 curt
+/* Put comments around the text after an #endif for increased portability.
/*
+ * Revision 1.2 1997/05/23 15:40:41 curt
+ * Added GNU copyright headers.
+ *
* Revision 1.1 1997/05/16 16:07:04 curt
* Initial revision.
*
+chunkmgr.o: chunkmgr.c chunkmgr.h mesh.h
common.o: common.c common.h
geometry.o: geometry.c geometry.h mesh.h
mesh.o: mesh.c ../constants.h scenery.h mesh.h common.h
int vrmlFreeGeometry();
-#endif GEOMETRY_H
+#endif /* GEOMETRY_H */
/* $Log$
-/* Revision 1.1 1997/06/29 21:16:48 curt
-/* More twiddling with the Scenery Management system.
+/* Revision 1.2 1997/07/23 21:52:25 curt
+/* Put comments around the text after an #endif for increased portability.
/*
+ * Revision 1.1 1997/06/29 21:16:48 curt
+ * More twiddling with the Scenery Management system.
+ *
* Revision 1.1 1997/06/22 21:42:35 curt
* Initial revision of VRML (subset) parser.
*
double mesh_altitude(double lon, double lat);
-#endif MESH_H
+#endif /* MESH_H */
/* $Log$
-/* Revision 1.4 1997/07/08 18:20:14 curt
-/* Working on establishing a hard ground.
+/* Revision 1.5 1997/07/23 21:52:25 curt
+/* Put comments around the text after an #endif for increased portability.
/*
+ * Revision 1.4 1997/07/08 18:20:14 curt
+ * Working on establishing a hard ground.
+ *
* Revision 1.3 1997/06/22 21:44:41 curt
* Working on intergrating the VRML (subset) parser.
*
/* parse a VRML scenery file */
int fgParseVRML(char *file);
-#endif PARSEVRML_H
+
+#endif /* PARSEVRML_H */
/* $Log$
-/* Revision 1.1 1997/06/29 21:16:49 curt
-/* More twiddling with the Scenery Management system.
+/* Revision 1.2 1997/07/23 21:52:26 curt
+/* Put comments around the text after an #endif for increased portability.
/*
+ * Revision 1.1 1997/06/29 21:16:49 curt
+ * More twiddling with the Scenery Management system.
+ *
* Revision 1.1 1997/06/27 02:25:13 curt
* Initial revision.
*
/* Initialize the Scenery Management system */
void fgSceneryInit();
+
/* Tell the scenery manager where we are so it can load the proper data, and
* build the proper structures. */
void fgSceneryUpdate(double lon, double lat, double elev);
+
/* Render out the current scene */
void fgSceneryRender();
-#endif SCENERY_H
+#endif /* SCENERY_H */
/* $Log$
-/* Revision 1.6 1997/07/11 01:30:03 curt
-/* More tweaking of terrian floor.
+/* Revision 1.7 1997/07/23 21:52:27 curt
+/* Put comments around the text after an #endif for increased portability.
/*
+ * Revision 1.6 1997/07/11 01:30:03 curt
+ * More tweaking of terrian floor.
+ *
* Revision 1.5 1997/06/26 22:14:57 curt
* Beginning work on a scenery management system.
*
#define EPSILON 0.000001
-#endif CONSTANTS_H
+#endif /* CONSTANTS_H */
/* $Log$
-/* Revision 1.6 1997/07/21 14:45:01 curt
-/* Minor tweaks.
+/* Revision 1.7 1997/07/23 21:52:10 curt
+/* Put comments around the text after an #endif for increased portability.
/*
+ * Revision 1.6 1997/07/21 14:45:01 curt
+ * Minor tweaks.
+ *
* Revision 1.5 1997/07/19 23:04:46 curt
* Added an initial weather section.
*
#define FG_MAX_ENGINES 10
-#endif LIMITS_H
+#endif /* LIMITS_H */
/* $Log$
-/* Revision 1.3 1997/05/31 19:16:24 curt
-/* Elevator trim added.
+/* Revision 1.4 1997/07/23 21:52:11 curt
+/* Put comments around the text after an #endif for increased portability.
/*
+ * Revision 1.3 1997/05/31 19:16:24 curt
+ * Elevator trim added.
+ *
* Revision 1.2 1997/05/27 17:48:10 curt
* Added GNU copyright.
*
};
-#endif TYPES_H
+#endif /* TYPES_H */
/* $Log$
-/* Revision 1.1 1997/07/07 21:03:30 curt
-/* Initial revision.
+/* Revision 1.2 1997/07/23 21:52:12 curt
+/* Put comments around the text after an #endif for increased portability.
/*
+ * Revision 1.1 1997/07/07 21:03:30 curt
+ * Initial revision.
+ *
*/
void fgSlewUpdate();
-#endif SLEW_H
+#endif /* SLEW_H */
/* $Log$
-/* Revision 1.1 1997/05/29 02:29:43 curt
-/* Moved to their own directory.
+/* Revision 1.2 1997/07/23 21:52:20 curt
+/* Put comments around the text after an #endif for increased portability.
/*
+ * Revision 1.1 1997/05/29 02:29:43 curt
+ * Moved to their own directory.
+ *
* Revision 1.2 1997/05/23 15:40:38 curt
* Added GNU copyright headers.
*
int fgGetTimeInterval();
-#endif FG_TIMER_H
+#endif /* FG_TIMER_H */
/* $Log$
-/* Revision 1.1 1997/06/16 19:24:20 curt
-/* Initial revision.
+/* Revision 1.2 1997/07/23 21:52:27 curt
+/* Put comments around the text after an #endif for increased portability.
/*
+ * Revision 1.1 1997/06/16 19:24:20 curt
+ * Initial revision.
+ *
*/
void fgWeatherUpdate(double lon, double lat, double alt);
-#endif WEATHER_H
+#endif /* WEATHER_H */
/* $Log$
-/* Revision 1.1 1997/07/19 23:03:58 curt
-/* Initial revision.
+/* Revision 1.2 1997/07/23 21:52:30 curt
+/* Put comments around the text after an #endif for increased portability.
/*
+ * Revision 1.1 1997/07/19 23:03:58 curt
+ * Initial revision.
+ *
*/