]> git.mxchange.org Git - flightgear.git/blobdiff - src/Aircraft/controls.hxx
Added two missing files from JSBSim.org that were missing in the last sync.
[flightgear.git] / src / Aircraft / controls.hxx
index 00caa0b19399c1b697cf6b9e4db67d80d9271d89..d9ea286f7ebf6946917643aaa91ff1f172ec10f4 100644 (file)
 #ifndef _CONTROLS_HXX
 #define _CONTROLS_HXX
 
-#include <simgear/props/props.hxx>
 #include <simgear/structure/subsystem_mgr.hxx>
 
-#include <Main/globals.hxx>
-
-#ifndef __cplusplus                                                          
-# error This library requires C++
-#endif                                   
-
-
 // Define a structure containing the control parameters
 
 class FGControls : public SGSubsystem
@@ -43,7 +35,7 @@ public:
 
     enum {
        ALL_ENGINES = -1,
-       MAX_ENGINES = 10
+       MAX_ENGINES = 12
     };
 
     enum {