]> 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 9de1e303912955b19ffcd8867db316015a1e0f7b..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,10 +178,11 @@ extern FGControls controls;
 
 
 // $Log$
-// Revision 1.17  2000/10/13 21:34:58  curt
-// Panel tweaks to support "shaped" panels.
-// Additional HUD support for waypoints.
-// JSBSim updates.
+// 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