]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGControls.h
FG_HAVE_STD_INCLUDES -> SG_HAVE_STD_INCLUDES
[flightgear.git] / src / FDM / JSBSim / FGControls.h
index fcfaa4a007f71bed7b81036e9a1c468452283523..52a5a557f4f2c44b88ec9720f5e9b59133f0d8fe 100644 (file)
 #ifndef _CONTROLS_HXX
 #define _CONTROLS_HXX
 
-
 #ifndef __cplusplus                                                          
 # error This library requires C++
 #endif                                   
 
+#define ID_CONTROLS "$Header"
+
 // Define a structure containing the control parameters
 
 class FGControls {
@@ -177,9 +178,11 @@ extern FGControls controls;
 
 
 // $Log$
-// Revision 1.13  2000/07/24 15:26:06  curt
-// Sync the JSBSim code with the Jon & Tony's devel version.
-// Renamed JSBsim -> the official JSBSim.
+// Revision 1.20  2000/11/14 19:32:03  curt
+// Nov. 14, 2000 JSBSim updates
+//
+// Revision 1.7  2000/10/13 19:21:02  jsb
+// ** JSB ** Added version identifiers for all files
 //
 // Revision 1.6  2000/06/03 13:59:52  jsb
 // Changes for compatibility with MSVC