]> git.mxchange.org Git - flightgear.git/blobdiff - FDM/flight.h
Integrated autopilot.
[flightgear.git] / FDM / flight.h
index f27d42f8bfcecf9c2dae618fc4a85c6e7b64aa02..3ae17f8d890bdb7130d026d6881463152c407659 100644 (file)
 #define _FLIGHT_H
 
 
+#ifdef __cplusplus                                                          
+extern "C" {                            
+#endif                                   
+
+
 #include <Flight/Slew/slew.h>
 /* #include <Flight/LaRCsim/ls_interface.h> */
 
@@ -397,14 +402,23 @@ 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.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.
  *