]> git.mxchange.org Git - flightgear.git/blobdiff - Slew/slew.h
Merged in make system changes from Bob Kuehne <rpk@sgi.com>
[flightgear.git] / Slew / slew.h
index ffc76d315865bd7ef5fa0555d0032152cb56eaeb..57e572aa1c0fd8fc4fa19d1a27a46e1ba2171d96 100644 (file)
 void fgSlewInit(double pos_x, double pos_y, double pos_z, double heading);
 
 /* update position based on inputs, positions, velocities, etc. */
-void fgSlewUpdate();
+void fgSlewUpdate( void );
 
 
-#endif SLEW_H
+#endif /* SLEW_H */
 
 
 /* $Log$
-/* Revision 1.1  1997/05/29 02:29:43  curt
-/* Moved to their own directory.
+/* Revision 1.3  1998/01/19 18:40:30  curt
+/* Tons of little changes to clean up the code and to remove fatal errors
+/* when building with the c++ compiler.
 /*
+ * 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.
  *