]> git.mxchange.org Git - flightgear.git/blobdiff - FDM/flight.h
C++ - ifing the code a bit.
[flightgear.git] / FDM / flight.h
index 3ae17f8d890bdb7130d026d6881463152c407659..04087fb17f3bf9b792c29ab28ecc5344878c4c96 100644 (file)
 #define _FLIGHT_H
 
 
+#include <Flight/Slew/slew.h>
+
+
 #ifdef __cplusplus                                                          
 extern "C" {                            
 #endif                                   
 
 
-#include <Flight/Slew/slew.h>
-/* #include <Flight/LaRCsim/ls_interface.h> */
-
-
 /* Define the various supported flight models (most not yet implemented) */
 #define FG_LARCSIM     0   /* The only one that is currently implemented */
 #define FG_ACM         1
@@ -411,10 +410,13 @@ int fgFlightModelUpdate(int model, fgFLIGHT *f, int multiloop);
 
 
 /* $Log$
-/* Revision 1.15  1998/04/21 16:59:33  curt
-/* Integrated autopilot.
-/* Prepairing for C++ integration.
+/* 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>