#include <cstring>
#include "Jet.hpp"
#include "Thruster.hpp"
#include "PropEngine.hpp"
#include "PistonEngine.hpp"
#include "TurbineEngine.hpp"
#include "Gear.hpp"
#include "Hook.hpp"
#include "Launchbar.hpp"
#include "Wing.hpp"
#include "Rotor.hpp"
#include "Math.hpp"
#include "Propeller.hpp"
#include "Hitch.hpp"
#include "ControlMap.hpp"
Go to the source code of this file.
|
static const std::vector< std::string > | yasim::ControlNames |
| keep this list in sync with the enum ControlType in ControlMap.hpp !
|
|