#include "FlightControlSurfaces.h" FFlightControlSurfaces::FFlightControlSurfaces() { this->RudderAngle = 0.00f; this->AileronAngle = 0.00f; this->ElevatorAngle = 0.00f; this->FlapAngle = 0.00f; }