]> git.mxchange.org Git - flightgear.git/blobdiff - Aircraft/aircraft.h
Put comments around the text after an #endif for increased portability.
[flightgear.git] / Aircraft / aircraft.h
index fcdeccbb409665aa9dff7321527abb37a2c3491c..07a4dbf146ce2ad76e01e3537b133ca9b8b81211 100644 (file)
@@ -27,8 +27,8 @@
 #ifndef AIRCRAFT_H
 #define AIRCRAFT_H
 
-#include "../flight/flight.h"
-#include "../controls/controls.h"
+#include "../Flight/flight.h"
+#include "../Controls/controls.h"
 
 
 /* Define a structure containing all the parameters for an aircraft */
@@ -47,13 +47,19 @@ extern struct aircraft_params current_aircraft;
 void aircraft_debug(int type);
 
 
-#endif AIRCRAFT_H
+#endif /* AIRCRAFT_H */
 
 
 /* $Log$
-/* Revision 1.2  1997/05/23 15:40:30  curt
-/* Added GNU copyright headers.
+/* 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.
+ *
  * Revision 1.1  1997/05/16 15:58:25  curt
  * Initial revision.
  *