]> git.mxchange.org Git - flightgear.git/blobdiff - FDM/flight.h
C++ - ifing the code a bit.
[flightgear.git] / FDM / flight.h
index f27d42f8bfcecf9c2dae618fc4a85c6e7b64aa02..04087fb17f3bf9b792c29ab28ecc5344878c4c96 100644 (file)
 
 
 #include <Flight/Slew/slew.h>
-/* #include <Flight/LaRCsim/ls_interface.h> */
+
+
+#ifdef __cplusplus                                                          
+extern "C" {                            
+#endif                                   
 
 
 /* Define the various supported flight models (most not yet implemented) */
@@ -397,14 +401,26 @@ int fgFlightModelInit(int model, fgFLIGHT *f, double dt);
 int fgFlightModelUpdate(int model, fgFLIGHT *f, int multiloop);
 
 
+#ifdef __cplusplus
+}
+#endif
+
+
 #endif /* _FLIGHT_H */
 
 
 /* $Log$
-/* Revision 1.14  1998/02/07 15:29:37  curt
-/* Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss
-/* <chotchkiss@namg.us.anritsu.com>
+/* Revision 1.16  1998/04/22 13:26:20  curt
+/* C++ - ifing the code a bit.
 /*
+ * Revision 1.15  1998/04/21 16:59:33  curt
+ * Integrated autopilot.
+ * Prepairing for C++ integration.
+ *
+ * Revision 1.14  1998/02/07 15:29:37  curt
+ * Incorporated HUD changes and struct/typedef changes from Charlie Hotchkiss
+ * <chotchkiss@namg.us.anritsu.com>
+ *
  * Revision 1.13  1998/01/24 00:04:59  curt
  * misc. tweaks.
  *