X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FNetwork%2Fatlas.hxx;h=df211284f166febbfd30df3f9f05076166e548fa;hb=206053722eb59b31ed2fb182044f84bac0058f8a;hp=d4b9741f6ff2ae62f03a8316dc3c1dfbd15b96e2;hpb=d05121ef4689d2b50b3fe1848cbb0d1f5a1db877;p=flightgear.git diff --git a/src/Network/atlas.hxx b/src/Network/atlas.hxx index d4b9741f6..df211284f 100644 --- a/src/Network/atlas.hxx +++ b/src/Network/atlas.hxx @@ -16,7 +16,7 @@ // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software -// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // // $Id$ @@ -27,17 +27,19 @@ #include -#include STL_STRING +#include #include "protocol.hxx" +#include -SG_USING_STD(string); - +class FlightProperties; class FGAtlas : public FGProtocol { char buf[ FG_MAX_MSG_SIZE ]; int length; + FlightProperties* fdm; + SGPropertyNode_ptr _adf_freq, _nav1_freq,_nav1_sel_radial, _nav2_freq, _nav2_sel_radial; public: