]> 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 d1b15ca29211c2ba4c9022f3bf4816afc6793a1d..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,8 +178,11 @@ extern FGControls controls;
 
 
 // $Log$
-// Revision 1.14  2000/10/02 21:07:31  curt
-// Oct 2, 2000 JSBSim sync.
+// 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