]> git.mxchange.org Git - flightgear.git/blobdiff - src/FDM/JSBSim/FGControls.h
builddir -> srcdir so builds can be done outside the master source directory.
[flightgear.git] / src / FDM / JSBSim / FGControls.h
index 3b16b8cf53e32d7fbc7b1d7fd043b2a2af887f0f..fcfaa4a007f71bed7b81036e9a1c468452283523 100644 (file)
@@ -36,11 +36,13 @@ class FGControls {
 
 public:
 
-    static const int ALL_ENGINES = -1;
-    static const int MAX_ENGINES = 10;
+    enum {
+      ALL_ENGINES = -1,
+      MAX_ENGINES = 10,
 
-    static const int ALL_WHEELS = -1;
-    static const int MAX_WHEELS = 3;
+      ALL_WHEELS = -1,
+      MAX_WHEELS = 3
+    };
 
 private:
 
@@ -175,8 +177,12 @@ extern FGControls controls;
 
 
 // $Log$
-// Revision 1.10  2000/05/27 03:48:15  curt
-// 5/26/2000 updated from Jon and Tony.
+// 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.6  2000/06/03 13:59:52  jsb
+// Changes for compatibility with MSVC
 //
 // Revision 1.5  2000/05/12 22:45:35  jsb
 // Removed extraneous namespace identifiers and header files